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.
Assembly: System (in System.dll)
Parameters
- value
- Type: System.Object
The value to convert to the type of this converter.
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).
Show: