Data.DBXPlatform.TDBXPlatform.BytesToWideStr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

static System::UnicodeString __fastcall BytesToWideStr(const System::DynamicArray<System::Byte> Value);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Transforme un tableau d'octets en un WideString.

La méthode statique BytesToWideStr transforme un tableau d'octets, donné par Value, en un WideString.

Voir aussi