GetLen

YT699

GetLen函数

int GetLen(char *InString);

功能:返回字符串的长度(含结束字符串)

参数1—InString(in);输入的字符串

返回结果--字符串的长度(含结束字符串)