Share via


TwinJsonConverter.CanConvert(Type) Method

Definition

Value indicating whether this TwinJsonConverter can write JSON

public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

Returns

Applies to