Data.DBXPlatform.TDBXPlatform.BytesToWideStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Transforms an array of bytes into a WideString.

The BytesToWideStr static method transforms an array of bytes, given by Value, into a WideString.

See Also