| 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
)
Public Function ConvertIntToByteArray (
_int As Integer
) As Byte()
public:
array<unsigned char>^ ConvertIntToByteArray(
int _int
)
member ConvertIntToByteArray :
_int : int -> byte[]
Parameters
- _int
- Type: SystemInt32
The int to be converted into a byte array
Return Value
Type:
ByteA byte array representing an int
See Also