Rune.ToUpperInvariant(Rune) Método

Definición

Devuelve una copia del Rune especificado convertida en mayúsculas con las reglas de mayúsculas y minúsculas de la referencia cultural invariable.

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

Parámetros

value
Rune

Carácter Unicode de 32 bits que se va a convertir.

Devoluciones

Equivalente en mayúsculas de value.

Se aplica a