Rune.ToUpperInvariant(Rune) Método

Definición

Devuelve una copia del especificado Rune convertido en mayúsculas mediante las reglas de mayú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