ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / CharHelper Class / IsKatakana Method / IsKatakana(String,Int32) Method
A string.
The character position in s.

In This Topic
    IsKatakana(String,Int32) Method
    In This Topic
    Indicates whether the character at the specified position in the specified string is a Katakana character.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsKatakana( _
       ByVal s As String, _
       ByVal index As Integer _
    ) As Boolean
    public static bool IsKatakana( 
       string s,
       int index
    )

    Parameters

    s
    A string.
    index
    The character position in s.

    Return Value

    true if the character at position index in s is a Katakana character; otherwise, false.
    See Also