Click or drag to resize
StringToLowerInvariant Method
Returns a copy of this String object converted to lowercase using the casing rules of the invariant culture.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public string ToLowerInvariant()

Return Value

Type: String
The lowercase equivalent of the current string.
See Also