API:System.AnsiStringT.IsDelimiter
C++
bool IsDelimiter(const AnsiStringT& delimiters, int index) const {
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | dstring.h | System | AnsiStringT |
Description
Returns True if the specified character matches any character in the delimiters string.
System.AnsiStringT.IsDelimiter inherits from System.AnsiStringBase.IsDelimiter. All content below this line refers to System.AnsiStringBase.IsDelimiter.
Returns True if the specified character matches any character in the delimiters string.
IsDelimiter returns True if the byte indicated by index (counting from 1) is a single-byte character contained in delimiters. If the byte is part of a multibyte character or not in delimiters, IsDelimiter returns False.