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