Bridge

String..::..ToLower Method

Returns a copy of this string converted to lowercase.

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

Syntax


[TemplateAttribute]
public string ToLower()
<TemplateAttribute> _
Public Function ToLower As String
[TemplateAttribute]
public:
String^ ToLower()

Return Value

A string in lowercase.