.NET Framework Class Library
String.ToUpper Method
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.
|