ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / CharRange Class / IsWordCharacter Method
Character to test.

In This Topic
    IsWordCharacter Method
    In This Topic
    Determines whether a character is spell-checkable.
    Syntax
    'Declaration
     
    Public Shared Function IsWordCharacter( _
       ByVal c As System.Char _
    ) As System.Boolean
    public static System.bool IsWordCharacter( 
       System.char c
    )

    Parameters

    c
    Character to test.

    Return Value

    True if the character is spell-checkable, false otherwise.
    Remarks
    This method returns true for all letter and digit characters, underscores, and single quotes.
    See Also