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