ILookupNormalizer.Normalize(String) Method

Definition

Returns a normalized representation of the specified key.

public:
 System::String ^ Normalize(System::String ^ key);
public string Normalize (string key);
abstract member Normalize : string -> string
Public Function Normalize (key As String) As String

Parameters

key
String

The key to normalize.

Returns

A normalized representation of the specified key.

Applies to