Click or drag to resize
BitArrayHelpersToBytes Method
Converts a BitArray into an array of Byte

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static byte[] ToBytes(
	this BitArray arr
)

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