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 (Char)

Returns the mapping of the specified character to lower case.

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

Parameters

c
The character to map to lower case.

Return Value

Returns the mapping of the specified character to lower case.

Remarks

[To be supplied.]

See Also

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