Gets a value indicating whether the current instance is bit set.
[Visual Basic]
Public Shared Function IsBitSet( _
ByVal
bit As
Integer, _
ByVal
bits As
Integer _
) As
Boolean
[C#]
public static
bool IsBitSet(
int bit,
int bits);
Parameters
-
bit
- Bit.
-
bits
- Bits.
See Also
MainUtil Class | Sitecore Namespace