MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
ByteArrayToInt Method (b)
NamespacesMPfm.CoreConversionByteArrayToInt(array<Byte>[]()[][])
The ByteArrayToInt static function converts a 4 dimension byte array into a 32-bit integer.
Declaration Syntax
C#Visual Basic
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)