Data.DB.TDBBitConverter.UnsafeInToVariant
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDBBitConverter | |
Delphi
class function UnsafeInToVariant(const B: TArray<Byte>; Offset: Integer = 0): Variant; static;
C++
static System::Variant __fastcall UnsafeInToVariant(const System::DynamicArray<System::Byte> B, int Offset = 0x0);
Description
Converts the specified array of bytes into a value represented as a variant and returns that value.
You may specify an offset, a number of bytes to skip at the beginning of the specified array of bytes before the conversion.