Data.DBXPlatform.TDBXPlatform.BytesToWideStr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function BytesToWideStr(const Value: TArray<Byte>): string; static;

C++

static System::UnicodeString __fastcall BytesToWideStr(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 WideString um.

Die statische Methode BytesToWideStr wandelt ein von Value angegebenes Array von Bytes in einen WideString um.

Siehe auch