RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CharRange Class / IsWordCharacter Method
Character to test.

In This Topic
    IsWordCharacter Method (CharRange)
    In This Topic
    Determines whether a character is spell-checkable.
    Syntax
    'Declaration
     
    
    Public Shared Function IsWordCharacter( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsWordCharacter( 
       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