ArcObjects Library Reference (Geoprocessing)  

IGpValueTableObject.ExportToString Method

Export the Value Table to a string.

[Visual Basic .NET]
Public Function ExportToString ( _
) As String
[C#]
public string ExportToString (
);
[C++]
HRESULT ExportToString(
  BSTR* Value
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpValueTableObject Interface