CastHelper.RealToUInt64(Decimal) Method

Definition

public:
 static System::UInt64 RealToUInt64(System::Decimal _value);
public static ulong RealToUInt64 (decimal _value);
static member RealToUInt64 : decimal -> uint64
Public Shared Function RealToUInt64 (_value As Decimal) As ULong

Parameters

_value
Decimal

Returns

Applies to