Class ByteOrderExtensions
Extends ByteOrder with support methods.
Namespace: XploRe.Runtime
Assembly: XploRe.Runtime.dll
Syntax
public static class ByteOrderExtensions : Object
Methods
Name | Description |
---|---|
IsHostOrder(ByteOrder) | Determines whether the ByteOrder enumeration value reflects the byte-order of the host. |
IsNetworkOrder(ByteOrder) | Determines whether the ByteOrder enumeration value reflects the network byte-order, i.e. BigEndian. |