GlobalObject::parseFloat Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Converts the specified string to its Double equivalent.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_parseFloat)] static double parseFloat( Object^ string )
Parameters
- string
-
Type:
System::Object^
The string to convert.
.NET Framework
Available since 1.1
Available since 1.1
Show: