In This Topic
Indicates whether the specified Unicode character is a full width character. Usually CJK characters are considers as full widths.
Syntax
'Declaration
Public Overloads Shared Function IsFullWidth( _
ByVal As Char _
) As Boolean
public static bool IsFullWidth(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is a full width character; otherwise, false.
See Also