'Declaration
Overloads Public Operator Narrowing CType( _ ByVal value As BigDecimal _ ) As System.ULong
public System.ulong operator explicit( BigDecimal value )
Parameters
- value
- The BigDecimal to cast
Return Value
The BigDecimal represented as a System.UInt64