MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
IntToByteArray Method (input)
NamespacesMPfm.CoreConversionIntToByteArray(Int32)
The IntToByteArray static function converts a 32-bit integer into a byte array.
Declaration Syntax
C#Visual Basic
public static byte[] IntToByteArray(
	int input
)
Public Shared Function IntToByteArray ( _
	input As Integer _
) As Byte()
Parameters
input (Int32)
Integer to convert
Return Value
Integer converted into a byte array

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