Data.DBXPlatform.TDBXPlatform.BytesToAnsiStr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function BytesToAnsiStr(const Value: TArray<Byte>): AnsiString; static; inline;

C++

static System::AnsiString __fastcall BytesToAnsiStr(const System::DynamicArray<System::Byte> Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Beschreibung

Wandelt ein Array von Bytes in einen AnsiString um.

Die statische Methode BytesToAnsiStr wandelt ein von Value angegebenes Array von Bytes in einen AnsiString um.

Siehe auch