IsMultiWidth(String,Int32) Method
In This Topic
Indicates whether the character at the specified position in a specified string is categorized as a multi-width character.
Syntax
Parameters
- s
- A string.
- index
- The character position in s.
Return Value
true if the character at position index in s is a multi-width character; otherwise, false.
See Also