ConvertFrom Method (Object)
Collapse the table of content
Expand the table of content

TypeConverter.ConvertFrom Method (Object)

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

Converts from the specified value to the type of this converter.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

'Declaration
Public Function ConvertFrom ( _
	value As Object _
) As Object

Parameters

value
Type: System.Object
The value to convert to the type of this converter.

Return Value

Type: System.Object
The converted value.

Notes to Implementers

The base implementation calls ConvertFrom passing Nothing for context and the current culture for culture. This is not the signature that the Windows Phone XAML parser calls (the XAML parser always uses en-US culture).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft