UpperInvariantLookupNormalizer.Normalize(String) Metodo

Definizione

Restituisce una rappresentazione normalizzata dell'oggetto specificato key convertendo le chiavi nella relativa rappresentazione cultura invariante maiuscola.

public:
 virtual System::String ^ Normalize(System::String ^ key);
public virtual string Normalize (string key);
abstract member Normalize : string -> string
override this.Normalize : string -> string
Public Overridable Function Normalize (key As String) As String

Parametri

key
String

Chiave da normalizzare.

Restituisce

Rappresentazione normalizzata dell'oggetto specificato key.

Implementazioni

Si applica a