'Declaration Public Shared Function IsWordCharacter( _ ByVal c As System.Char _ ) As System.Boolean
public static System.bool IsWordCharacter( System.char c )
Parameters
- c
- Character to test.
Return Value
True if the character is spell-checkable, false otherwise.