Method | Description | |
---|---|---|
Convert ( object value, |
Converts a value.
|
|
ConvertBack ( object value, |
Converts a value.
|
|
ValueConverterGroup ( ) : System |
Initializes a new instance of the ValueConverterGroup class.
|
Method | Description | |
---|---|---|
GetTargetType ( int converterIndex, |
Returns the target type for a conversion operation.
|
Method | Description | |
---|---|---|
OnConvertersCollectionChanged ( object sender, |
Called when [converters collection changed].
|
public Convert ( object value, |
||
value | object | The value produced by the binding source. |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |
public ConvertBack ( object value, |
||
value | object | The value that is produced by the binding target. |
targetType | The type to convert to. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |
protected GetTargetType ( int converterIndex, |
||
converterIndex | int | The index of the current converter about to be executed. |
finalTargetType | The 'targetType' argument passed into the conversion method. | |
convert | bool | Pass true if calling from the Convert method, or false if calling from ConvertBack. |
return |