MFEnumJsonConverterCanConvert Method
Determines whether this instance can convert the specified object type.
Namespace: MFiles.VAF.Configuration.JsonAdaptorAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public override bool CanConvert(
Type objectType
)
- objectType Type
- Type of the object.
Booleantrue if this instance can convert the specified object type; otherwise,
false.