ConversionXor(UInt64, UInt64) Method

Return the XOR result of values 1 and 2.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static ulong Xor(
	ulong value1,
	ulong value2
)

Parameters

value1  UInt64
Left operand.
value2  UInt64
Right operand.

Return Value

UInt64
XORed value.

See Also