ArcObjects Library Reference (DefenseSolutions)  

IFormatter.FormattedString Property

The formatted string Formatted according to the Formatting Expression.

[Visual Basic .NET]
Public ReadOnly Property FormattedString As String
[C#]
public string FormattedString {get;}
[C++]
HRESULT get_FormattedString(
  BSTR* sFormatted
);
[C++]

Parameters

sFormatted [out, retval]   sFormatted is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The output. This consists of the input (InputCommaDelimitedString or InputStringArray) being formatted according to the FormattingExpression.

See Also

IFormatter Interface