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