'宣言 Public Overloads Shared Function IsMultiWidth( _ ByVal c As System.Char _ ) As System.Boolean
public static System.bool IsMultiWidth( System.char c )
パラメータ
- c
- A Unicode character.
戻り値の型
true if c is a multi-width character; otherwise, false.
'宣言 Public Overloads Shared Function IsMultiWidth( _ ByVal c As System.Char _ ) As System.Boolean
public static System.bool IsMultiWidth( System.char c )