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: 21.8.10524.1
Syntaxpublic override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert (
objectType As Type
) As Boolean
public:
virtual bool CanConvert(
Type^ objectType
) override
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