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