BitConverter: ToCurrency

ToCurrency

Converts an array of bytes to a Currency value.



 Public Function ToCurrency(
	  ByRef Bytes ( ) As Byte,
	  ByVal startIndex As Long ) As Currency

Parameters

Bytes
[ByRef] Byte. The array of bytes used to create a Currency from.
startIndex
[ByVal] Long. The starting byte in the array to create a Currency from.

Return Values

Currency -  Currency datatype representation of the 8 bytes used in the array.

Remarks

See Also

Project VBCorLib Overview Class BitConverter Overview BitConverter Properties BitConverter Methods ToBoolean ToDate