ComponentOne SpellChecker for WinForms
IsWordCharacter Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > CharRange Class : IsWordCharacter Method
Character to test.
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 letters, digits, underscores, and single quotes.
See Also

Reference

CharRange Class
CharRange Members