Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) WideIsDouble

 

Checks if a WideString can be converted to a double.

 

//From http://www.richelbilderbeek.nl/CppWideIsDouble.htm
bool WideIsDouble(const WideString& s, double& rDouble)
{
  const AnsiString a(s);
  return TryStrToFloat(a, rDouble);
}

 

 

 

 

 

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