DefaultConverter GetBit Method Couchbase .NET SDK 2.1.0 Documentation
Gets the bit as a Boolean from a Byte at a given position.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public bool GetBit(
	byte theByte,
	int position
)

Parameters

theByte
Type: System Byte
The byte.
position
Type: System Int32
The position.

Return Value

Type: Boolean
True if the bit is set; otherwise false.

Implements

IByteConverter GetBit(Byte, Int32)
See Also