Selerix Developer Tools
StringToFloat Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members