ValueOrValueSourceJsonConverterCanConvert Method |
Can the object be converted with this.
Namespace:
MFiles.VAF.Configuration.Domain
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 of object to be converted.
Return Value
Type:
BooleanTrue, if the type can be converted.
See Also