Given an IEnumerable<(Of <(T>)>), implementations should format any desired DimensionValues and return 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(
	IEnumerable<DimensionValue> dimensionValues
)
Visual Basic (Declaration)
Function Format ( _
	dimensionValues As IEnumerable(Of DimensionValue) _
) As String
Visual C++
String^ Format(
	IEnumerable<DimensionValue^>^ dimensionValues
)

Parameters

dimensionValues
Type: System.Collections.Generic..::.IEnumerable<(Of <(DimensionValue>)>)
The DimensionValues that may be formatted.

Return Value

A string representation of the desired DimensionValues

See Also