[]
        
(Showing Draft Content)

C1.Win.Input.CharHelper.ToHiragana

ToHiragana Method

ToHiragana(char)

Converts the value of a Unicode character to it's "Hiragana" equivalent. Special character handling for the Japanese language.

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

A Unicode character.

Returns
Type Description
char

The Hiragana equivalent of c.

- or -

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