BitConverter: ToSingle |
Converts an array of bytes to a Single value.
Public Function ToSingle( ByRef Value ( ) As Byte, ByVal StartIndex As Long ) As Single
Exception | Condition |
---|---|
ArgumentException | StartIndex is greater than or equal to the length of Value minus 3, 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. |