Sets the bit.
[Visual Basic]
Public Shared Function SetBit( _
ByVal
bit As
Integer, _
ByVal
bits As
Integer _
) As
Integer
[C#]
public static
int SetBit(
int bit,
int bits);
Parameters
-
bit
- Bit.
-
bits
- Bits.
See Also
MainUtil Class | Sitecore Namespace