Char::ToLower Method (Char, CultureInfo^)
.NET Framework (current version)
Converts the value of a specified Unicode character to its lowercase equivalent using specified culture-specific formatting information.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- c
-
Type:
System::Char
The Unicode character to convert.
- culture
-
Type:
System.Globalization::CultureInfo^
An object that supplies culture-specific casing rules.
Return Value
Type: System::CharThe lowercase equivalent of c, modified according to culture, or the unchanged value of c, if c is already lowercase or not alphabetic.
| Exception | Condition |
|---|---|
| ArgumentNullException | culture is null. |
Use String::ToLower to convert a string to lowercase.
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: