Click or drag to resize
Crc64ComputeChecksumString Method
Calculates the checksum on the bytes passed across and returns it as a string of digit characters of a fixed length.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ComputeChecksumString(
	byte[] bytes,
	int offset,
	int length
)

Parameters

bytes
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32

Return Value

Type: String
See Also