[]
Converts the value of a Unicode character to it's "Hiragana" equivalent. Special character handling for the Japanese language.
public static char ToHiragana(char c)
| Type | Name | Description |
|---|---|---|
| char | c | A Unicode character. |
| Type | Description |
|---|---|
| char | The Hiragana equivalent of c. - or - The unchanged value of c, if c is already a Hiragana or not Katakana. |