ArcObjects Library Reference (DefenseSolutions)  

IFormatter Interface

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
Method Format Format the InputStringArray or InputCommaDelimitedString into the FormattedString.
Read-only property FormattedString The formatted string Formatted according to the Formatting Expression.
Write-only property FormattingExpression The formatting expression to format each element of input.
Write-only property InputCommaDelimitedString The string to be formatted, comma delimited.
Write-only property InputStringArray The array of tokens to be formatted.

CoClasses that implement IFormatter

CoClasses and Classes Description
Formatter This is the formatter class.