In This Topic
Indicates whether the specified Unicode character is a full width character. Usually CJK characters are considers as full widths.
Overload List
Overload | Description |
IsFullWidth(Char) | Indicates whether the specified Unicode character is a full width character. Usually CJK characters are considers as full widths. |
IsFullWidth(String,Int32) | Indicates whether the character at the specified position in the specified string is a full width character. Usually CJK characters are considers as full widths. |
See Also