Data.DB.TDBBitConverter.UnsafeInToInterface

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDBBitConverter

Delphi

class function UnsafeInToInterface(const B: TArray<Byte>; Offset: Integer = 0): IUnknown; static;

C++

static System::_di_IInterface __fastcall UnsafeInToInterface(const System::DynamicArray<System::Byte> B, int Offset = 0x0);

Description

Converts the specified array of bytes into a value represented as an interface 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.

See Also