Bridge

Script..::..ParseFloat Method

Parses a string argument and returns a floating point number corresponding to double .Net type.

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static double ParseFloat(
	string value
)
<TemplateAttribute> _
Public Shared Function ParseFloat ( _
	value As String _
) As Double
[TemplateAttribute]
public:
static double^ ParseFloat(
	String^ value
)

Parameters

value
Type: System..::..String
A string that represents the value you want to parse.

Return Value

Parsed floating point number with type corresponding to double .Net type