StringToUpperInvariant Method |
Returns a copy of this
String object converted to uppercase using the casing rules of the invariant culture.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public string ToUpperInvariant()
Return Value
Type:
StringThe uppercase equivalent of the current string.
See Also