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