Click or drag to resize

ConversionArgsBreak Property

Instructs the Caller to ignore any following ITypeConversion by continuing with the result of the last call of TryConvert(Object, Type, Object, ConversionArgs). If the last call returned false, this means that conversion fails if no fallback option is set.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public bool Break { get; set; }

Property Value

Type: Boolean
See Also