System.UTF8ToUnicodeString
Delphi
function UTF8ToUnicodeString(const S: _RawByteStr): UnicodeString;
function UTF8ToUnicodeString(const S: _PAnsiChr): UnicodeString; overload;
function UTF8ToUnicodeString(const S: _ShortStr): UnicodeString; overload;
C++
extern DELPHI_PACKAGE UnicodeString __fastcall UTF8ToUnicodeString(const RawByteString S)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
説明
UTF-8 エンコード文字列を Unicode 文字列に変換します。
UTF8ToUnicodeString を呼び出すと、UTF-8 エンコード文字列を Unicode に変換できます。 S
は、UTF-8 エンコード文字の文字列で、次の形式をとることができます:
この関数の結果は、対応する Unicode 文字列値となります。