Data.DBXPlatform.TDBXPlatform.AnsiStrToBytes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Transforme un AnsiString en un tableau d'octets.

La méthode statique AnsiStrToBytes transforme l'AnsiString donné par Value en un tableau d'octets.

Voir aussi