Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) WideToDouble

 

Converts a WideString to double.

 

//From http://www.richelbilderbeek.nl/CppWideToDouble.htm
double WideToDouble(const WideString& s)
{
  const AnsiString a(s);
  return a.ToDouble();
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict

This page has been created by the tool CodeToHtml