RoundingStrategyConverterCanConvert Method

Determines whether this instance can convert the specified object type.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public override bool CanConvert(
	Type objectType
)

Parameters

objectType  Type
Type of the object.

Return Value

Boolean
true if this instance can convert the specified object type; otherwise, false.

See Also