Content


NTL
Core
StringToUInt

StringToUInt


Convert string to unsigned int.

You can find more information in comments below.

/**
Convert string to unsigned int 
@param str Wide character string 
@return unsigned int or throw exception if conversion failed 
*/
unsigned int StringToUInt(const String &str);
/**
Convert ansi string to unsigned int 
@param str Ansi string 
@return unsigned int or throw exception if conversion failed 
*/
unsigned int StringToUInt(const AnsiString &str);
Namespace: nitisa
Include: Nitisa/Core/Strings.h