ConversionCommonXor(Char, Char) Method

Return the result of XOR for values 1 and 2.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static Object CommonXor(
	char[] value1,
	char[] value2
)

Parameters

value1  Char
Left Operand.
value2  Char
Right Operand.

Return Value

Object
Common typed result of value1 AND value2.

See Also