Convert from the integer constant used to represent byte order in
the C library to its corresponding ByteOrder object.
Namespace:
BerkeleyDBAssembly: libdb_dotnet52 (in libdb_dotnet52.dll) Version: 5.2.28.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