Click or drag to resize
CharIsUpper Method (Char)
Indicates whether the specified Unicode character is categorized as an uppercase letter.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static bool IsUpper(
	char c
)

Parameters

c
Type: SystemChar
The Unicode character to evaluate.

Return Value

Type: Boolean
true if c is an uppercase letter; otherwise, false.
See Also