Determines whether the specified character is an uppercase character.
[Visual Basic] Public Shared Function IsUpper( _ ByVal c As Char _ ) As Boolean [C#] public static bool IsUpper( char c ); [C++] public: static bool IsUpper( __wchar_t c ); [JScript] public static function IsUpper( c : Char ) : Boolean;
true if c is an uppercase character; otherwise, false.
CharacterInfo Class | CharacterInfo Members | System.Globalization Namespace