Selerix Developer Tools
StringToUInt64 Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members