| BitConverter: ToCurrency |
Converts an array of bytes to a Currency value.
Public Function ToCurrency( ByRef Value ( ) As Byte, ByVal StartIndex As Long ) As Currency
| Exception | Condition |
|---|---|
| ArgumentException | StartIndex is greater than or equal to the length of Value minus 7, and is less than or equal to the length of Value minus 1. |
| ArgumentNullException | Value is uninitialized. |
| ArgumentOutOfRangeException | StartIndex is less than zero or greater than the length of Value minus 1. |