Provides access to a formatting expression to format a string.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
Formats an input (InputCommaDelimitedString or InputStringArray) according to a FormattingExpression and outputs a FormattedString.
Members
Description | ||
---|---|---|
Format | Format the InputStringArray or InputCommaDelimitedString into the FormattedString. | |
FormattedString | The formatted string Formatted according to the Formatting Expression. | |
FormattingExpression | The formatting expression to format each element of input. | |
InputCommaDelimitedString | The string to be formatted, comma delimited. | |
InputStringArray | The array of tokens to be formatted. |
CoClasses that implement IFormatter
CoClasses and Classes | Description |
---|---|
Formatter | This is the formatter class. |