Selerix Developer Tools
StringToDecimal Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members