
bool IsNumric(CString & sSrc)...{
LPCSTR pSrc = (LPCSTR)sSrc;
for(int i=0; i < sSrc.GetLength(); i++ )...{
if(pSrc[i]<"0" I|| pSrc > "9")...{
return false;
}
}
return true;
}
bool IsNumric(CString & sSrc)...{
LPCSTR pSrc = (LPCSTR)sSrc;
for(int i=0; i < sSrc.GetLength(); i++ )...{
if(pSrc[i]<"0" I|| pSrc > "9")...{
return false;
}
}
return true;
}
5万+

被折叠的 条评论
为什么被折叠?