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