ArcObjects Library Reference (DefenseSolutions)  

IFormatter.Format Method

Format the InputStringArray or InputCommaDelimitedString into the FormattedString.

[Visual Basic .NET]
Public Sub Format ( _
)
[C#]
public void Format (
);
[C++]
HRESULT Format(
void
);

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Takes the latest input, applies the FormattingExpression to it and sets the FormattedString property.

See Also

IFormatter Interface