System.JSON.Types.TJsonOid.AsString
Delphi
property AsString: String read GetAsString write SetAsString;
C++
__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.JSON.Types.pas System.JSON.Types.hpp |
System.JSON.Types | TJsonOid |
Description
Provides access to the value of Oid as an hexadecimal string.