Char.ToUpper Method
.NET Framework 2.0
Converts the value of a Unicode character to its uppercase equivalent.
| Name | Description |
|---|---|
| Char.ToUpper (Char) | Converts the value of a Unicode character to its uppercase equivalent. Supported by the .NET Compact Framework. |
| Char.ToUpper (Char, CultureInfo) | Converts the value of a specified Unicode character to its uppercase equivalent using specified culture-specific formatting information. Supported by the .NET Compact Framework. |