System.UTF8ArrayToString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function UTF8ArrayToString(const S: array of _AnsiChr): string;
function UTF8ArrayToString(const S: array of Byte): string; overload;

C++

extern DELPHI_PACKAGE UnicodeString __fastcall UTF8ArrayToString(const char *S, const int S_High)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
System.hpp
System System


説明

オープン配列で指定されたすべての Bytes または AnsiChar 文字を変換し、また、入力での NUL 文字は無視します。

関連項目