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.

Overload List

Creates a copy of this string in lower case with the specified CultureInfo information.

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

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;

See Also

String Class | String Members | System Namespace