'Declaration Public Shared Function StringToUInt64( _ ByVal value As String _ ) As ULong
'Declaration
Public Shared Function StringToUInt64( _ ByVal value As String _ ) As ULong
'Usage Dim value As String Dim value As ULong value = ConverterUtils.StringToUInt64(value)
'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 )
ConverterUtils Class ConverterUtils Members