C-DEngine 5.105

Ext..::..IsHostOrder Method

Determines whether the specified ByteOrder is host (this computer architecture) byte order.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsHostOrder(
	ByteOrder order
)
Public Shared Function IsHostOrder ( _
	order As ByteOrder _
) As Boolean
public:
static bool^ IsHostOrder(
	ByteOrder^ order
)

Parameters

order
Type: WebSocketSharp..::..ByteOrder
One of the ByteOrder enum values, to test.

Return Value

true if order is host byte order; otherwise, false.