Data.DBXJSONCommon.TDBXJSONTools.JSONStringToDBX
Delphi
class procedure JSONStringToDBX(const AStringValue: string; const ADBXValue: TDBXWritableValue; const ADataType: Integer); static;
C++
static void __fastcall JSONStringToDBX(const System::UnicodeString AStringValue, Data::Dbxcommon::TDBXWritableValue* const ADBXValue, const int ADataType);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | Data.DBXJSONCommon.pas Data.DBXJSONCommon.hpp |
Data.DBXJSONCommon | TDBXJSONTools |
説明
JSON 文字列を ADBXValue
に代入します。
クラス メソッド JSONStringToDBX は、指定された ADataType
に従って JSON 文字列のテキストを ADBXValue
コンテナに代入します。