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!

TextInfo.ToLower (String)

Returns the mapping of the specified string to lower case.

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

Parameters

str
The string to map to lower case.

Return Value

Returns the mapping of the specified string to lower case.

Remarks

Note that the returned string may differ in length from the input string.

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace | TextInfo.ToLower Overload List