Convert a 32-bit integer (Long) to 4 bytes.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Sub Long2Bytes ( _
	l0 As Integer, _
	ByRef b0 As Byte, _
	ByRef b1 As Byte, _
	ByRef b2 As Byte, _
	ByRef b3 As Byte _
)

Parameters

l0
Type: System..::..Int32
Long number.
b0
Type: System..::..Byte%
Byte #0 as result.
b1
Type: System..::..Byte%
Byte #1 as result.
b2
Type: System..::..Byte%
Byte #2 as result.
b3
Type: System..::..Byte%
Byte #3 as result.

Remarks