Script..::..ParseFloat Method
Parses a string argument and returns a floating point number corresponding to double .Net type.
Namespace:
BridgeAssembly: 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.