TaxonomyItem.NormalizeName method
Normalizes a name of a TaxonomyItem object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Shared Function NormalizeName ( _
name As String _
) As String
'Usage
Dim name As String
Dim returnValue As String
returnValue = TaxonomyItem.NormalizeName(name)
public static string NormalizeName(
string name
)
Parameters
name
Type: System.StringThe name to normalize
Return value
Type: System.String
The normalized name
Remarks
The name will be normalized to trim consecutive spaces into one and replace the & character with the wide character version of the character (\uFF06).