ConversionCacheExists Method
Gets an indication of whether a conversion exists between the
Type of
Unit in
sourceType
to
targetType.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public bool Exists(
Type sourceType,
Type targetType
)
- sourceType Type
- The Type of Unit
that is the source of the conversion to be performed.
- targetType Type
- The Type of Unit
that is the target of the conversion to be performed.
Booleantrue if there is a conversion from
sourceType to
targetType;
otherwise
false.