System.JSON.TJSONString.EstimatedByteSize

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

Delphi

function EstimatedByteSize: Integer; override;

C++

virtual int __fastcall EstimatedByteSize();

プロパティ

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

説明

JSON 文字列の推定バイト サイズを返します。

JSON 文字列の推定バイト サイズを返します。この情報は、ToBytes メソッドを使用して JSON 文字列をシリアル化する際に、格納先となるバイト コンテナの最小サイズを見積もるために使用されます。

メモ:  一般に、JSON 文字列の実際のバイト サイズは、EstimatedByteSize で見積もられたサイズよりも小さくなります。

関連項目