ArcObjects Library Reference (DefenseSolutions)  

IParser.ParsedString Property

The parsed string, comma delimited.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The output with each parsed element (capture group) as an item in an comma delimited string.

See Also

IParser Interface