CTString::IsDelimiter
Syntax
CTBOOL IsDelimiter(const CTString& str, const NINT index) const
Parameters
Description
Verifies if the character at byte index in the CTString matches any character in the delimiters the string str.
Return
IsDelimiter() returns YES if the character at byte index in the CTString matches any character in the delimiters string str, NO otherwise.
See also
IsPathDelimiter()