BitConverter: CurrencyToInt64Bits |
Converts the specified currency number to 64-bit signed integer.
Public Function CurrencyToInt64Bits( ByVal Value As Currency ) As Int64
This copies the 64-bit representation of a currency number to a 64-bit integer. It does not attempt to convert the value similar to using CInt64.