Convert..::..ToUInt64 Method (String, Int32)
Converts the string representation of a number in a specified base to an equivalent 64-bit unsigned integer.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static ulong ToUInt64( string value, int fromBase )
<TemplateAttribute> _ Public Shared Function ToUInt64 ( _ value As String, _ fromBase As Integer _ ) As ULong
[TemplateAttribute] public: static unsigned long long^ ToUInt64( String^ value, int^ fromBase )