[]
        
(Showing Draft Content)

C1.Framework.CharHelper.ToSJIS

ToSJIS Method

ToSJIS(char)

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

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

A JIS character.

Returns
Type Description
char

The Shift-JIS equivalent of c.

- or -

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

Remarks
Converts a JIS character to it's equivalent Shift-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 "ToJIS" method.