This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParseString2 Interface > IGPParseString2.DoubleToString Method (ArcObjects .NET 10.4 SDK) |
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