TranslatableContentJsonConverterCanConvert Method

Checks if the type can be converted with this converter.

Definition

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

Parameters

objectType  Type
The target type.

Return Value

Boolean
True if the type can be handled with this converter.

See Also