End Google Ads 201810 - BS.net 01 --> Hi all

How can i convert CString to long.I am try this


CString Content="000995688787";
int newintval=atoi(Content);
result is
newintval=225212472
and
__int64 n64Tmp=_atoi64(Content);
result is
n64Tmp=225212472