ConversionPriority Enumeration |
Defines the priority of a conversion.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax public enum ConversionPriority
Members
| Member name | Value | Description |
---|
| High | 0 |
High priority.
Adds a conversion before all other conversions so that the conversion is tried before the built-in conversions.
|
| Low | 1 |
Low priority.
Adds a conversion after all other conversions so that the conversion is tried after all high priority conversions and built-in conversions failed.
|
See Also