ComponentOne SpellChecker for WPF and Silverlight
IsWordCharacter Method (CharRange)

C1.WPF.SpellChecker Namespace > CharRange Class : IsWordCharacter Method
Character to test.
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

Reference

CharRange Class
CharRange Members