This document is archived and information here might be outdated.  Recommended version.


IGPParseString2.DoubleToString Method (ArcObjects .NET 10.6 SDK)
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
);
[C++]

Parameters Value [in]
Value is a parameter of type double

Product Availability

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

See Also

IGPParseString2 Interface