Rune.ToUpperInvariant(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 字符。The 32-bit Unicode character to convert.
返回
value 的大写等效形式。The uppercase equivalent of value.