ComponentOne Input for WinForms
ToSJIS Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class : ToSJIS Method
A JIS character.
Converts the value of a JIS (Japanese encoding) character to it's Shift-JIS equivalent.
Syntax
'Declaration
 
Public Shared Function ToSJIS( _
   ByVal c As System.Char _
) As System.Char
public static System.char ToSJIS( 
   System.char c
)

Parameters

c
A JIS character.

Return Value

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.
See Also

Reference

CharHelper Class
CharHelper Members