Given a String, formats it 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.1.0 (2.1.1.0)

Syntax

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

Parameters

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

Return Value

The formatted string

See Also