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