Search Results for

    Show / Hide Table of Contents

    Class BitArrayHelpers

    Extension method class to make it easier to work with BitArray instances

    Inheritance
    object
    BitArrayHelpers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Util
    Assembly: Akka.dll
    Syntax
    public static class BitArrayHelpers

    Methods

    | Edit this page View Source

    ToBytes(BitArray)

    Converts a BitArray into an array of byte

    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 arr to make a byte.

    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET