BitConverter: CurrencyToInt64Bits

CurrencyToInt64Bits

Converts the specified currency number to 64-bit signed integer.



 Public Function CurrencyToInt64Bits(
	  ByVal Value As Currency ) As Int64

Parameters

Value
[ByVal] Currency. The number to convert.

Return Values

Int64 -  A 64-bit signed integer whose value is equivalent to Value.

Remarks

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.

See Also

Project CorLib Overview

Class BitConverter Overview