[]
Determines whether a character is spell-checkable.
public static bool IsWordCharacter(char c)
Type | Name | Description |
---|---|---|
char | c | Character to test. |
Type | Description |
---|---|
bool | True if the character is spell-checkable, false otherwise. |
This method returns true for all letter and digit characters, underscores, and single quotes.