ConversionArgs Properties |
The ConversionArgs type exposes the following members.
Name | Description | |
---|---|---|
Break |
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.
| |
Caller |
Gets the ITypeConverter who initiated the conversion.
| |
Culture |
Gets the culture which should be used for conversion.
| |
Options |
Gets the IConversionOptions.
|