Class BitArrayHelpers
Extension method class to make it easier to work with BitArray instances
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public static class BitArrayHelpers
Methods
| Improve this Doc View SourceToBytes(BitArray)
Declaration
public static byte[] ToBytes(this BitArray arr)
Parameters
Type | Name | Description |
---|---|---|
BitArray | arr | TBD |
Returns
Type | Description |
---|---|
Byte[] | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown if there aren't enough bits in the given |