ComponentOne Input for WinForms
IsUpper(Char) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > IsUpper Method : IsUpper(Char) Method
A Unicode character.
Indicates whether the specified Unicode character is categorized as a Uppercase letter.
Syntax
'Declaration
 
Public Overloads Shared Function IsUpper( _
   ByVal c As System.Char _
) As System.Boolean
public static System.bool IsUpper( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

true if c is a Uppercase letter; otherwise, false.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List