'宣言 Public Shared Function ToHalfWidth( _ ByVal c As System.Char _ ) As System.Char
public static System.char ToHalfWidth( System.char c )
パラメータ
- c
- A Unicode character.
戻り値の型
The half width equivalent of c.
- or -
The unchanged value of c, if c is already a half width or not a multi-width character.