NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

String.ToLower ()

Creates a copy of this string in lower case with default properties.

[Visual Basic]
Overloads Public Function ToLower() As String
[C#]
public string ToLower();
[C++]
public: String* ToLower();
[JScript]
public function ToLower() : String;

Return Value

A new string in lower case.

Remarks

This ToLower method uses the default CultureInfo locale information.

See Also

String Class | String Members | System Namespace | String.ToLower Overload List