The IntToByteArray static function converts a 32-bit integer into a byte array.

Declaration Syntax
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)