[]
        
(Showing Draft Content)

C1.Win.Input.CharHelper.ToJIS

ToJIS Method

ToJIS(char)

Converts the value of a Shift-JIS (Japanese encoding) character to it's JIS equivalent.

Declaration
public static char ToJIS(char c)
Parameters
Type Name Description
char c

A Shift-JIS character.

Returns
Type Description
char

The JIS equivalent of c.

- or -

The unchanged value of c, if c is not a full width character.

Remarks
Converts a Shift-JIS character to it's equivalent JIS character - used in the Japanese language. Please note that this method does not take a Unicode character as it's parameter - use the character value returned by the "ToSJIS" method.