The string to be formatted, comma delimited.
[Visual Basic .NET]
Public WriteOnly Property InputCommaDelimitedString
[C#] public void InputCommaDelimitedString {set;}
[C++]
HRESULT put_InputCommaDelimitedString(
BSTR
);
[C++]Parameters
[in] is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
Tokens or elements in the input are formatted according to the FormattingExpression. Positional directives in the expression refer to each token or expression in the input. "%|1$|" means token 1, "%|2$|" means token 2. The number of positional directives in the formatting expression and the number of tokens or expressions in the input must match for correct results.