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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.