Click or drag to resize
IValueConverterConvert Method
Modifies the source data before passing it to the target for display in the UI.

Namespace: Windows.UI.Xaml.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	string language
)

Parameters

value
Type: SystemObject
The source data being passed to the target.
targetType
Type: SystemType
The type of the target property, as a type reference.
parameter
Type: SystemObject
An optional parameter to be used in the converter logic.
language
Type: SystemString
The language of the conversion

Return Value

Type: Object
The value to be passed to the target dependency property.
See Also