Converts internal data to .NET data type.
| C# | Visual Basic | Managed C++ |
public static Object ConvertFromInternalData ( LDB_DataType dataType, byte[] val, int offset, int length )
Public Shared Function ConvertFromInternalData ( _ dataType As LDB_DataType, _ val As Byte(), _ offset As Integer, _ length As Integer _ ) As Object
public: static Object^ ConvertFromInternalData ( LDB_DataType dataType, array<unsigned char>^ val, int offset, int length )
- dataType (LDB_DataType)
- Data type.
- val (Byte[]())
- Data buffer.
- offset (Int32)
- Offset in data buffer where to start reading data.
- length (Int32)
- Lenght of data to read from data buffer.
[Missing <returns> documentation for M:LumiSoft.Data.lsDB.lsDB_FixedLengthRecord.ConvertFromInternalData(LumiSoft.Data.lsDB.LDB_DataType,System.Byte[],System.Int32,System.Int32)]
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)