ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.DoubleToString Method

Returns the double value as string.

[Visual Basic .NET]
Public Function DoubleToString ( _
    ByVal Value As Double _
) As String
[C#]
public string DoubleToString (
    double Value
);
[C++]
HRESULT DoubleToString(
  double Value,
  BSTR* token
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPParseString2 Interface