BitConverter: ToInt32 |
Converts an array of bytes to a Long value.
Public Function ToInt32( ByRef Value ( ) As Byte, ByVal StartIndex As Long ) As Long
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. |