Rune.ToLower(Rune, CultureInfo) 方法

定義

使用指定之文化特性的駝峰式大小寫規則,傳回指定的 Rune 轉換為小寫的複本。

public:
 static System::Text::Rune ToLower(System::Text::Rune value, System::Globalization::CultureInfo ^ culture);
public static System.Text.Rune ToLower (System.Text.Rune value, System.Globalization.CultureInfo culture);
static member ToLower : System.Text.Rune * System.Globalization.CultureInfo -> System.Text.Rune
Public Shared Function ToLower (value As Rune, culture As CultureInfo) As Rune

參數

value
Rune

要轉換的 32 位元 Unicode 字元。

culture
CultureInfo

提供文化特性大小寫規則的物件。

傳回

Rune

value 的小寫對等項。

適用於