ConversionCommonXor(Char, Int32) 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,
	int xor
)

Parameters

value1  Char
Left Operand.
xor  Int32
Xor Operand.

Return Value

Object
Common typed result of value1 AND value2.

See Also