Determines whether the specified character is a control code.
[Visual Basic] Public Shared Function IsControl( _ ByVal ch As Char _ ) As Boolean [C#] public static bool IsControl( char ch ); [C++] public: static bool IsControl( __wchar_t ch ); [JScript] public static function IsControl( ch : Char ) : Boolean;
true if c is a control code; otherwise, false.
The first 32 characters in the ASCII character set are control codes for communications and printers.
CharacterInfo Class | CharacterInfo Members | System.Globalization Namespace