AttributeValueDataPacketConverterCanConvert Method
Determines whether this instance can convert the specified object type.
Namespace: Scopos.BabelFish.Converters.NewtonsoftAssembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
public override bool CanConvert(
Type objectType
)
- objectType Type
- Type of the object.
Booleantrue if this instance can convert the specified object type; otherwise,
false.