Rune.ToUpper(Rune, CultureInfo) 方法

定義

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

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

參數

value
Rune

要轉換的 32 位元 Unicode 字元。

culture
CultureInfo

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

傳回

value 的大寫對應項。

適用於