IsWordCharacter Method (CharRange)
In This Topic
Determines whether a character is spell-checkable.
Syntax
'Declaration
Public Shared Function IsWordCharacter( _
ByVal As Char _
) As Boolean
public static bool IsWordCharacter(
char
)
Parameters
- c
- Character to test.
Return Value
True if the character is spell-checkable, false otherwise.
See Also