Given a DimensionValuePath, formats one or more DimensionValue elements of that path and returns a string result.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
string Format(
	DimensionValuePath dimensionValuePath
)
Visual Basic (Declaration)
Function Format ( _
	dimensionValuePath As DimensionValuePath _
) As String
Visual C++
String^ Format(
	DimensionValuePath^ dimensionValuePath
)

Parameters

dimensionValuePath
Type: DimensionValuePath
The DimensionValuePath containing DimensionValue elements to format

Return Value

A string representation of the formatted DimensionValuePath

See Also