| BitConverter: Int64BitsToDouble |
Converts the bit representation of a Currencty to a Double.
Public Function Int64BitsToDouble( ByVal Value As Currency ) As Double
This does not convert a Currency to that of a Double value (like using CDbl). This will copy the 64 bits of the Currency variable to the 64 bits of the Double variable.
Project VBCorLib Overview Class BitConverter Overview BitConverter Properties BitConverter Methods GetBytes ToBoolean