[]
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 letters, digits, underscores, and single quotes.