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