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 的大写等效形式。

适用于