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





