Sitecore 5.0 API

MainUtil.ClearBit Method 

Resets a bit in an integer.

[Visual Basic]
Public Shared Function ClearBit( _
   ByVal bit As Integer, _
   ByVal bits As Integer _
) As Integer
[C#]
public static int ClearBit(
   int bit,
   int bits
);

See Also

MainUtil Class | Sitecore Namespace