ComponentOne CalendarView for WinForms
C1.Framework Namespace / CharHelper Class / ToKatakana Method / ToKatakana(Char) Method
A Unicode character.

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