ArcObjects Library Reference (DefenseSolutions)  

IParser.InputString Property

The string to be parsed.

[Visual Basic .NET]
Public WriteOnly Property InputString
[C#]
public void InputString {set;}
[C++]
HRESULT put_InputString(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

A regular string, possibly containing a coordinate.

See Also

IParser Interface