A string formatter that contains a collection of IStringFormatters and
runs each IStringFormatter in the collection in succession on the input string.
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 class CompositeStringFormatter : IStringFormatter |
| Visual Basic (Declaration) |
|---|
Public Class CompositeStringFormatter _ Implements IStringFormatter |
| Visual C++ |
|---|
public ref class CompositeStringFormatter : IStringFormatter |