UpperInvariantLookupNormalizer.NormalizeName(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 name
.
public:
virtual System::String ^ NormalizeName(System::String ^ name);
public string NormalizeName (string name);
public string? NormalizeName (string? name);
abstract member NormalizeName : string -> string
override this.NormalizeName : string -> string
Public Function NormalizeName (name As String) As String
Parameters
- name
- String
The key to normalize.
Returns
A normalized representation of the specified name
.