Show / Hide Table of Contents

    Method IsNetworkOrder

    IsNetworkOrder(ByteOrder)

    Determines whether the ByteOrder enumeration value reflects the network byte-order, i.e. BigEndian.
    Declaration
    public static bool IsNetworkOrder(this ByteOrder order)
    Parameters
    Type Name Description
    ByteOrder order This ByteOrder enumeration value to test.
    Returns
    Type Description
    Boolean true, if order is equal to the network byte-order, i.e. describes BigEndian, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.