Decimal..::..ToUInt64 Method
Converts the value of the specified Decimal to the equivalent 64-bit unsigned integer.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static ulong ToUInt64( decimal value )
<TemplateAttribute> _ Public Shared Function ToUInt64 ( _ value As Decimal _ ) As ULong
[TemplateAttribute] public: static unsigned long long^ ToUInt64( Decimal^ value )
Parameters
- value
- Type: System..::..Decimal