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 字符。

返回

等效的大写 。value

适用于