|
<< Click to Display Table of Contents >> Navigation: Classes > TJsonObject > Methods > TryParse |
SIGNATURE=IWJsonTools.TJsonObject.TryParse@string
ETYPE=Method
Declaration:
Delphi: |
public function TryParse(const Json: string): Boolean; |
C++: |
public: __fastcall bool TryParse(const String Json); |
Description: The same as Parse, but returns true if no exception is caught