UpperInvariantLookupNormalizer.Normalize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.