UniversalTypeConverter - The Swiss Army Knife for type conversion
UniversalTypeConverter - The Swiss Army Knife for type conversion
TB.ComponentModel
ConversionArgs Class
ConversionArgs Properties
Break Property
Caller Property
Culture Property
Options Property
ConversionArgs
Break 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#
Copy
public
bool
Break
{
get
;
set
; }
Property Value
Type:
Boolean
See Also
Reference
ConversionArgs Class
TB.ComponentModel Namespace
Copyright 2011-2019 by Thorsten Bruning