String.ToUpper Method
.NET Framework 3.0
Returns a copy of this String converted to uppercase.
| Name | Description |
|---|---|
| String.ToUpper () | Returns a copy of this String converted to uppercase, using the casing rules of the current culture. Supported by the .NET Compact Framework. |
| String.ToUpper (CultureInfo) | Returns a copy of this String converted to uppercase, using the casing rules of the specified culture. Supported by the .NET Compact Framework. |