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