ComponentOne Input for WinForms
ToHiragana Method

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

Parameters

c
A Unicode character.

Return Value

The Hiragana equivalent of c.

- or -

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

See Also

Reference

CharHelper Class
CharHelper Members