Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
TaxonomyItem..::.NormalizeName Method

Normalizes a name of a TaxonomyItem object.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Visual Basic (Declaration)
Public Shared Function NormalizeName ( _
    name As String _
) As String
Visual Basic (Usage)
Dim name As String
Dim returnValue As String

returnValue = TaxonomyItem.NormalizeName(name)
C#
public static string NormalizeName(
    string name
)

Parameters

name
Type: System..::.String
The name to normalize

Return Value

Type: System..::.String
The normalized name

The name will be normalized to trim consecutive spaces into one and replace the & character with the wide character version of the character (\uFF06).

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker