Returns a value indicating whether this converter can convert from the specified source unit to the specified target unit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
bool CanConvertTo ( |
Visual Basic
Copy Code
|
|---|
Function CanConvertTo( _ |
The source MeasureUnit instance.
The target MeasureUnit instance.
true if conversion between the specified units is supported, or false otherwise.
See Also