Convert..::..ToUInt64 Method (Object, IFormatProvider)
Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static ulong ToUInt64( Object value, IFormatProvider provider )
<TemplateAttribute> _ Public Shared Function ToUInt64 ( _ value As Object, _ provider As IFormatProvider _ ) As ULong
[TemplateAttribute] public: static unsigned long long^ ToUInt64( Object^ value, IFormatProvider^ provider )