Lire en anglais Modifier

Partager via


Rune.ToLower(Rune, CultureInfo) Method

Definition

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

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