Formats the NavigationCommand contained within the CommandInfoCollection,
              and canonicalizes the keywords using the given IDimensionValueCollectionCanonicalizer. If a null canonicalizer 
              is given, the keywords will be arranged without canonicalization.
              This method will return the string representing the current selected dimension values in the 
              NavigationCommand using the IDimensionValuePathFormatters 
              DimensionValuePathFormatters.
            
    Namespace: 
   Endeca.Web.Url.Seo.FormattingAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
 Syntax
Syntax
| C# | 
|---|
| public string Format( CommandInfoCollection commands, ResultResolver resultResolver, IDimensionValueCollectionCanonicalizer canonicalizer ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Format ( _ commands As CommandInfoCollection, _ resultResolver As ResultResolver, _ canonicalizer As IDimensionValueCollectionCanonicalizer _ ) As String | 
| Visual C++ | 
|---|
| public: virtual String^ Format( CommandInfoCollection^ commands, ResultResolver^ resultResolver, IDimensionValueCollectionCanonicalizer^ canonicalizer ) sealed | 
Parameters
- commands
- Type: CommandInfoCollection
 The CommandInfoCollection containing the NavigationCommand to format.
- resultResolver
- Type: Endeca.Web.Url.Seo.Indexing..::.ResultResolver
 The ResultResolver containing the query results.
- canonicalizer
- Type: Endeca.Web.Url.Seo.Canonicalizers..::.IDimensionValueCollectionCanonicalizer
 The IDimensionValueCollectionCanonicalizer to use when formatting the string. If null is passed, keywords will be arranged without canonicalization.





