Transforms the input string by replacing one or all instances of Pattern with Replacement based on the value of EnableReplaceAll.

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

Parameters

toFormat
Type: System..::.String
The string on which to perform the replacement.

Return Value

The input string with the appropraite number of matched pattern instances replaced.

Implements

IStringFormatter..::.Format(String)

See Also