'宣言 Public Overloads Shared Function ToFullWidth( _ ByVal c As System.Char _ ) As System.Char
public static System.char ToFullWidth( System.char c )
パラメータ
- c
- A Unicode character.
戻り値の型
Full width character of c, otherwise original character returned.
'宣言 Public Overloads Shared Function ToFullWidth( _ ByVal c As System.Char _ ) As System.Char
public static System.char ToFullWidth( System.char c )