System.UTF8Decode
Delphi
function Utf8Decode(const S: _RawByteStr): _WideStr;
C++
extern DELPHI_PACKAGE WideString __fastcall UTF8Decode _DEPRECATED_ATTRIBUTE1("Use UTF8ToWideString or UTF8ToString") (const RawByteString S);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
説明
警告: UTF8Decode は非推奨になっています。 UTF8ToString を使用してください。
UTF-8 文字列を Unicode 文字列(WideString)に変換します。
UTF8Decode 関数を呼び出すと,UTF-8 文字列を Unicode 文字列に変換できます。S パラメータは,UTF-8 でエンコードされた文字列です。UTF8Decode は,対応する Unicode 文字列を表す WideString 値を返します。