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

Returns the mapping of the specified character or string to lower case.

Overload List

Returns the mapping of the specified string to lower case.

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

Returns the mapping of the specified character to lower case.

[Visual Basic] Overloads Overridable Public Function ToLower(Char) As Char
[C#] public virtual char ToLower(char);
[C++] public: virtual __wchar_t ToLower(__wchar_t);
[JScript] public function ToLower(Char) : Char;

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace