NumberUtilsIntToByteArray Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Converts Int32 to its byte array.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic 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