ConversionCommonOr(Byte, Byte) Method

Return the result of OR Operation for values 1 and 2.

Definition

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

Parameters

value1  Byte
Left Operand.
value2  Byte
Right Operand.

Return Value

Object
Common typed result of value1 | value2.

See Also