Bridge

Decimal..::..ToUInt64 Method

Converts the value of the specified Decimal to the equivalent 64-bit unsigned integer.

Namespace:  System
Assembly:  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

Return Value

A 64-bit unsigned integer equivalent to the value of d.

Exceptions


ExceptionCondition
System..::..OverflowExceptiond is negative or greater than MaxValue.