Click or drag to resize

NumberUtilsIntToByteArray Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Converts Int32 to its byte array.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static byte[] IntToByteArray(
	int number
)

Parameters

number
Type: SystemInt32
Value to convert to byte array.

Return Value

Type: Byte
Number packed within a Byte array.
See Also