ConversionCommonXor(Char, Int32) Method
Return the result of XOR for values 1 and 2.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Object CommonXor(
char[] value1,
int xor
)
Public Shared Function CommonXor (
value1 As Char(),
xor As Integer
) As Object
No code example is currently available or this language may not be supported.
- value1 Char
-
Left Operand.
- xor Int32
-
Xor Operand.
Object
Common typed result of value1 AND value2.