BitConverter: Int64BitsToCurrency |
Converts the specified 64-bit signed integer to a currency number.
Public Function Int64BitsToCurrency( ByRef Value As Int64 ) As Currency
This copies the 64-bits of the Value parameter to currency value.
Typically, Value is an integer that is returned by the CurrencyToInt64Bits method.