Esempio n. 1
0
int Str2Int(const tstring& s)
{
	return s.toInt();
}