NumberUtilsToCrc Method (Byte) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Calculate a CRC32 value from a byte array.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static uint ToCrc(
byte[] ab
)
Parameters
- ab
- Type: SystemByte
An array of bytes.
Return Value
Type:
UInt32
The 32-bit CRC value.
See Also