'宣言 Public Shared Function ToHalfWidthEx( _ ByVal c As System.Char _ ) As System.Char()
public static System.char[] ToHalfWidthEx( System.char c )
パラメータ
- c
- A Unicode character.
戻り値の型
A character array representing c in half width form. In most cases this array will have only one element.