System.SysUtils.TMarshaller.AsUtf8

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

Delphi

function AsUtf8(const S: string): TPtrWrapper; overload; inline;
function AsUtf8(S: PWideChar): TPtrWrapper; overload; inline;

プロパティ

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

説明

文字列の文字データを指すラップ ポインタを返します。

AsUtf8 グループのオーバーロード メソッド群は、文字列を、それがバッファに格納される前に、マルチバイト文字エンコーディングに変換します。

関連項目