Formats the input string by applying each IStringFormatter in StringFormatters to the input successively.

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#
public string Format(
	string toFormat
)
Visual Basic (Declaration)
Public Function Format ( _
	toFormat As String _
) As String
Visual C++
public:
virtual String^ Format(
	String^ toFormat
) sealed

Parameters

toFormat
Type: System..::.String
The string to format

Return Value

A string formatted by each IStringFormatter in StringFormatters

Implements

IStringFormatter..::.Format(String)

See Also