Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Calculate a CRC32 value from a byte array.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public static uint ToCrc(
	byte[] ab
)

Parameters

ab
Type: array< System..::.Byte >[]()[]
An array of bytes.

Return Value

The 32-bit CRC value.

See Also