System.JSON.TJSONValue.ParseJSONValueUTF8

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

Delphi

class function ParseJSONValueUTF8(const Data: TArray<Byte>; const Offset: Integer;
const ACount: Integer): TJSONValue; overload; static; deprecated 'Use ParseJSONValue';
class function ParseJSONValueUTF8(const Data: TArray<Byte>;
const Offset: Integer): TJSONValue; overload; static; deprecated 'Use ParseJSONValue';

C++

static TJSONValue* __fastcall ParseJSONValueUTF8 _DEPRECATED_ATTRIBUTE1("Use ParseJSONValue") (const System::DynamicArray<System::Byte> Data, const int Offset, const int ACount)/* overload */;
static TJSONValue* __fastcall ParseJSONValueUTF8 _DEPRECATED_ATTRIBUTE1("Use ParseJSONValue") (const System::DynamicArray<System::Byte> Data, const int Offset)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。