ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.StringToDouble Method

Returns the string as a doulbe value.

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

Parameters

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

Product Availability

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

See Also

IGPParseString2 Interface