ConversionXor(UInt32, UInt32) 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 uint Xor(
	uint value1,
	uint value2
)

Parameters

value1  UInt32
Left operand.
value2  UInt32
Right operand.

Return Value

UInt32
XORed value.

See Also