BitConverter: Int64BitsToCurrency

Int64BitsToCurrency

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



 Public Function Int64BitsToCurrency(
	  ByRef Value As Int64 ) As Currency

Parameters

Value
[ByRef] Int64. The number to convert.

Return Values

Currency -  A currency number whose value is equivalent to Value.

Remarks

This copies the 64-bits of the Value parameter to currency value.

Typically, Value is an integer that is returned by the CurrencyToInt64Bits method.

See Also

Project CorLib Overview

Class BitConverter Overview