Rune.ToLower(Rune, CultureInfo) Method

Definition

Returns a copy of the specified Rune converted to lowercase, using the casing rules of the specified culture.

C#
public static System.Text.Rune ToLower(System.Text.Rune value, System.Globalization.CultureInfo culture);

Parameters

value
Rune

The 32-bit Unicode character to convert.

culture
CultureInfo

An object that supplies culture-specific casing rules.

Returns

The lowercase equivalent of value.

Applies to

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10