Selerix Developer Tools
StringToDouble Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ConverterUtils Class : StringToDouble Method
the value
Strings to double.
Syntax
'Declaration
 
Public Shared Function StringToDouble( _
   ByVal value As String _
) As Double
'Usage
 
Dim value As String
Dim value As Double
 
value = ConverterUtils.StringToDouble(value)
public static double StringToDouble( 
   string value
)
public function StringToDouble( 
    value: String
): Double; static; 
public static function StringToDouble( 
   value : String
) : double;
public: static double StringToDouble( 
   string* value
) 
public:
static double StringToDouble( 
   String^ value
) 

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members