The ByteArrayToInt static function converts a 4 dimension byte array into a 32-bit integer.

Declaration Syntax
public static int ByteArrayToInt(
byte[] b
)
Public Shared Function ByteArrayToInt ( _
b As Byte() _
) As Integer

Parameters
- b (array<Byte>[]()[][])
- Byte array to convert

Return Value
Byte array converted into an integer
Assembly:
MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)