ILookupNormalizer.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.
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.