Click or drag to resize

Crc64Iso.Compute Method (Byte[])

Computes the specified buffer.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static ulong Compute(
	byte[] buffer
)

Parameters

buffer
Type:System.Byte[]
The buffer.

Return Value

Type: UInt64
The crc 64 value.
See Also