JsonConfFlagConverterCanConvert Method |
Determines if the converted can convert a certain type.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic override bool CanConvert(
Type objectType
)
Parameters
- objectType
- Type: SystemType
The type that may be convert-able.
Return Value
Type:
BooleanTrue if the type can be converted by this converter, false otherwise.
See Also