Share via


ToLower Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a copy of this string converted to lowercase.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Function ToLower As String
public string ToLower()
public:
String^ ToLower()
member ToLower : unit -> string 
public function ToLower() : String

Return Value

Type: System. . :: . .String
A string in lowercase.

Remarks

This method takes into account the casing rules of the current culture.

Note

This method does not modify the value of the current instance. Instead, it returns a new string in which all characters in the current instance are converted to lowercase.

.NET Framework Security

See Also

Reference

String Class

System Namespace