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!

Char.ToLower

Converts a Char to lowercase,

Overload List

Converts a specified Char to lowercase for the specified culture.

[Visual Basic] Overloads Public Shared Function ToLower(Char, CultureInfo) As Char
[C#] public static char ToLower(char, CultureInfo);
[C++] public: static __wchar_t ToLower(__wchar_t, CultureInfo);
[JScript] public static function ToLower(Char, CultureInfo) : Char;

Converts a Char to lowercase with the current thread culture.

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

See Also

Char Structure | Char Members | System Namespace