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


IGPParseString2.DoubleToString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParseString2 Interface > IGPParseString2.DoubleToString Method
ArcGIS Developer Help

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