Click or drag to resize
StringToLower Method
Returns a copy of this string converted to lowercase.

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

Return Value

Type: String
A string in lowercase.
See Also