JsonConfFlagConverterCanConvert Method
            
            Determines if the converted can convert a certain type.
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public override bool CanConvert(
	Type objectType
)
- objectType  Type
- The type that may be convert-able.
BooleanTrue if the type can be converted by this converter, false otherwise.