Method IsHostOrder
IsHostOrder(ByteOrder)
Determines whether the ByteOrder enumeration value reflects the byte-order of the host.
Declaration
public static bool IsHostOrder(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 byte-order of the host, otherwise false .
|