Data.DBXPlatform.TDBXPlatform.StringOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function StringOf(Data: TArray<Byte>; const Size: Integer): string;

C++

__classmethod System::UnicodeString __fastcall StringOf(System::DynamicArray<System::Byte> Data, const int Size);

Properties

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

Description

Converts a byte array into a string.

The StringOf static method converts the data array of bytes, with the given size, into a string.

See Also