ComponentOne Input for WinForms
ToKatakana(Char) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > ToKatakana Method : ToKatakana(Char) Method
A Unicode character.
Converts the value of a Unicode character to it's "Katakana" equivalent. Special character handling for the Japanese language.
Syntax
'Declaration
 
Public Overloads Shared Function ToKatakana( _
   ByVal c As System.Char _
) As System.Char
public static System.char ToKatakana( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

The Katakana equivalent of c.

- or -

The unchanged value of c, if c is already a Katakana or not Hiragana.

See Also

Reference

CharHelper Class
CharHelper Members
Overload List