Share via


ExpressionPropertyConverter<T>.CanRead Property

Definition

Gets a value indicating whether this Converter can read JSON.

public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean

Property Value

true if this Converter can read JSON; otherwise, false.

Applies to