CurrencyConverterCanWrite Property

Gets a value indicating whether this JsonConverter can write JSON.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public override bool CanWrite { get; }

Property Value

Boolean
true if this JsonConverter can write JSON; otherwise, false.

See Also