MFEnumJsonConverterCanConvert Method

Determines whether this instance can convert the specified object type.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public override bool CanConvert(
	Type objectType
)

Parameters

objectType  Type
Type of the object.

Return Value

Boolean
true if this instance can convert the specified object type; otherwise, false.

See Also