Method IsNetworkOrder
IsNetworkOrder(ByteOrder)
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 .
|