FromConst Method

BerkeleyDB

Convert from the integer constant used to represent byte order in the C library to its corresponding ByteOrder object.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public static ByteOrder FromConst(
	int order
)
Visual Basic (Declaration)
Public Shared Function FromConst ( _
	order As Integer _
) As ByteOrder
Visual C++
public:
static ByteOrder^ FromConst(
	int order
)

Parameters

order
Type: System..::.Int32
The C library constant

Return Value

The ByteOrder object corresponding to the given constant

See Also