Selerix Developer Tools
StringToInt Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members