CSimpleStringT::GetLength

返回字符数。CSimpleStringT 对象的。

int GetLength( ) const throw( );

返回值

字符的计数字符串中的。

备注

调用此方法返回字符串中的字符数。对象的。 计数不包含null结束符。

为多字节字符集(mbcs),GetLength 计数每8位字符;即在一个多字节字符的前导和尾字节计为两个字节。 在调用此函数的示例 FreeExtra 参见。

要求

Header: atlsimpstr.h

请参见

参考

CSimpleStringT选件类

CSimpleStringT::IsEmpty