UpperInvariantLookupNormalizer.Normalize(String) Method

Definition

Returns a normalized representation of the specified key by converting keys to their upper cased invariant culture representation.

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

Parameters

key
String

The key to normalize.

Returns

A normalized representation of the specified key.

Implements

Applies to