MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetInt32 Method (buffer, offset, littleEndian)
NamespacesMPfm.SoundSV8MetadataGetInt32(array<Byte>[]()[][], Int32, Boolean)
Returns a 32-bit integer from a byte array. Big endian or little endian can be used.
Declaration Syntax
C#Visual Basic
public static int GetInt32(
	byte[] buffer,
	int offset,
	bool littleEndian
)
Public Shared Function GetInt32 ( _
	buffer As Byte(), _
	offset As Integer, _
	littleEndian As Boolean _
) As Integer
Parameters
buffer (array<Byte>[]()[][])
Byte array
offset (Int32)
Offset
littleEndian (Boolean)
If true, little endian will be used
Return Value
Value

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)