Click or drag to resize

GameLiftManagerConvertIntToByteArray Method

Converts an int into a byte array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public byte[] ConvertIntToByteArray(
	int _int
)

Parameters

_int
Type: SystemInt32
The int to be converted into a byte array

Return Value

Type: Byte
A byte array representing an int
See Also