Indicates whether the specified Unicode character is categorized as a control code.
'Declaration
Public Overloads Shared Function IsControl( _
ByVal As Char _
) As Boolean
public static bool IsControl(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is a control code; otherwise, false.