Formats the input string by applying each IStringFormatter in StringFormatters
to the input successively.
Namespace:
Endeca.Web.Url.Seo.FormattingAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
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