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
 

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