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