IOFileComponent.GetBit Method
Definition
Gets a single bit at the specified byte and bit index.
protected bool GetBit(int index, int bitIndex);
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index of the byte. |
| bitIndex | Int32 | The index of the bit within the byte (0-7). |
Returns
true if the bit is set; false otherwise.