[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CharRange.IsWordCharacter

IsWordCharacter Method

IsWordCharacter(char)

Determines whether a character is spell-checkable.

Declaration
public static bool IsWordCharacter(char c)
Parameters
Type Name Description
char c

Character to test.

Returns
Type Description
bool

True if the character is spell-checkable, false otherwise.

Remarks

This method returns true for all letter and digit characters, underscores, and single quotes.