BitArrayHelpersToBytes Method |
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static byte[] ToBytes(
this BitArray arr
)
<ExtensionAttribute>
Public Shared Function ToBytes (
arr As BitArray
) As Byte()
public:
[ExtensionAttribute]
static array<unsigned char>^ ToBytes(
BitArray^ arr
)
[<ExtensionAttribute>]
static member ToBytes :
arr : BitArray -> byte[]
Parameters
- arr
- Type: System.CollectionsBitArray
[Missing <param name="arr"/> documentation for "M:Akka.Util.BitArrayHelpers.ToBytes(System.Collections.BitArray)"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Akka.Util.BitArrayHelpers.ToBytes(System.Collections.BitArray)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
BitArray. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also