CSimpleStringT::StringLength
傳回字元數所指定字串的。
ATL_NOINLINE static int StringLength(
PCXSTR psz
) throw( );
參數
- psz
為 null 結尾字串的指標。
傳回值
字元的數目。 psz的;不計數 null 結束字元。
備註
呼叫這個方法會擷取字串中的字元數所指向的 psz。
範例
以下範例將說明 CSimpleStringT::StringLength 的用法。
ASSERT(CSimpleString::StringLength(_T("soccer")) == 6);
需求
Header: atlsimpstr.h