Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) WideIsInt

 

Checks if a WideString can be converted to an integer.

 

//From http://www.richelbilderbeek.nl/CppWideIsInt.htm
bool WideIsInt(const WideString& s, int& rInt)
{
  const AnsiString a(s);
  return TryStrToInt(a, rInt);
}

 

 

 

 

 

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