| StringToUpper Method (CultureInfo) | 
Returns a copy of this string converted to uppercase, using the casing rules of the specified culture.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntaxpublic string ToUpper(
	CultureInfo culture
)
Parameters
- culture
 - Type: System.GlobalizationCultureInfo
An object that supplies culture-specific casing rules.  
Return Value
Type: 
StringThe uppercase equivalent of the current string.
Exceptions
See Also