ComponentOne CalendarView for WinForms
C1.Framework Namespace / CharHelper Class / ToHiragana Method
A Unicode character.

In This Topic
    ToHiragana Method (CharHelper)
    In This Topic
    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 Char _
    ) As Char
    public static char ToHiragana( 
       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