Click or drag to resize

ConversionArgs Properties

The ConversionArgs type exposes the following members.

Properties
  NameDescription
Public propertyBreak
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.
Public propertyCaller
Gets the ITypeConverter who initiated the conversion.
Public propertyCulture
Gets the culture which should be used for conversion.
Public propertyOptions
Gets the IConversionOptions.
Top
See Also