CanRead Property

Json.NET

Json.NET - Quick Starts & API Documentation CanRead Property
NamespacesNewtonsoft.JsonJsonConverterCanRead
Gets a value indicating whether this JsonConverter can read JSON.
Declaration Syntax
C# Visual Basic Visual C++
public virtual bool CanRead { get; }
Public Overridable ReadOnly Property CanRead As Boolean
	Get
public:
virtual property bool CanRead {
	bool get ();
}
Value
true if this JsonConverter can read JSON; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)