Convert Method
Collapse the table of content
Expand the table of content

JumpListItemForegroundConverter.Convert Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Modifies the source data before passing it to the target for display in the UI.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Function Convert ( _
	value As Object, _
	targetType As Type, _
	parameter As Object, _
	culture As CultureInfo _
) As Object

Parameters

value
Type: System.Object
The source data being passed to the target.
targetType
Type: System.Type
The type of data expected by the target dependency property.
parameter
Type: System.Object
An optional parameter to be used in the converter logic.
culture
Type: System.Globalization.CultureInfo
The culture of the conversion.

Return Value

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

Implements

IValueConverter.Convert(Object, Type, Object, CultureInfo)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft