SysUtils.PlatformStringOf
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
function PlatformStringOf(const Value: TBytes): string;
Unit: SysUtils
Type: function
Visibility: public
C++ Information
From SysUtils.hpp
System::UnicodeString __fastcall PlatformStringOf(System::DynamicArray<unsigned char> Value);
Unit: SysUtils
Type: function
Description
Converts a byte array into a Unicode string.
Call PlatformStringOf to convert a byte array into a Unicode string. On Windows NT, byte arrays are converted into Unicode strings using the Unicode locale represented by the Unicode property of the TEncoding class; otherwise the default system locale is used, represented by the Default property of the TEncoding class.