InputScopeConverter.ConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the specified value object to the specified type.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Overrides Function ConvertTo ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object, _ destinationType As Type _ ) As Object
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
- Type: System.Globalization.CultureInfo
Describes the intended CultureInfo for the conversion.
- value
- Type: System.Object
The object to convert.
- destinationType
- Type: System.Type
The intended destination type for the conversion.
Show: