CSimpleStringT::GetLength
Returns the number of characters in the CSimpleStringT object.
int GetLength( ) const throw( );
Возвращаемое значение
A count of the characters in the string.
Заметки
Call this method to return the number of characters in the object. The count does not include a null terminator.
For multibyte character sets (MBCS), GetLength counts each 8-bit character; that is, a lead and trail byte in one multibyte character are counted as two bytes. See FreeExtra for an example of calling this function.
Требования
Header: atlsimpstr.h