The collection of IStringFormatters that will be successively applied to the
input when Format(String) is called
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 StringFormatterCollection StringFormatters { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property StringFormatters As StringFormatterCollection |
| Visual C++ |
|---|
public: property StringFormatterCollection^ StringFormatters { StringFormatterCollection^ get (); } |