Data.DBXPlatform.TDBXPlatform.WideStrToBytes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Transforme un WideString en un tableau d'octets.

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

Voir aussi