Gets or sets the final value to XOR with the CRC.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public long FinalXorValue { get; set; }
Visual Basic
Public Property FinalXorValue As Long
	Get
	Set
Visual C++
public:
property long long FinalXorValue {
	long long get ();
	void set (long long value);
}

See Also