Selerix Developer Tools
StringToInt64 Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members