[]
Converts the value of a Shift-JIS (Japanese encoding) character to it's JIS equivalent.
public static char ToJIS(char c)
Type | Name | Description |
---|---|---|
char | c | A Shift-JIS character. |
Type | Description |
---|---|
char | The JIS equivalent of c. - or - The unchanged value of c, if c is not a full width character. |