Click or drag to resize

ConversionPriority Enumeration

Defines the priority of a conversion.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public enum ConversionPriority
Members
  Member nameValueDescription
High0 High priority. Adds a conversion before all other conversions so that the conversion is tried before the built-in conversions.
Low1 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