Rune.ToUpperInvariant(Rune) 方法

定義

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

public:
 static System::Text::Rune ToUpperInvariant(System::Text::Rune value);
public static System.Text.Rune ToUpperInvariant (System.Text.Rune value);
static member ToUpperInvariant : System.Text.Rune -> System.Text.Rune
Public Shared Function ToUpperInvariant (value As Rune) As Rune

參數

value
Rune

要轉換的 32 位元 Unicode 字元。

傳回

Rune

value 的大寫對應項。

適用於