Data.DBXPlatform.TDBXPlatform.WideStrToBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Transforms a WideString into an array of bytes.

The WideStrToBytes static method transforms the WideString given by Value into an array of bytes.

See Also