Data.DBXPlatform.TDBXPlatform.AnsiStrToBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Transforms an AnsiString into an array of bytes.

The AnsiStrToBytes static method transforms the AnsiString given by Value into an array of bytes.

See Also