TypeConverter.ConvertToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the specified object to a string representation.
Assembly: System (in System.dll)
Parameters
- value
- Type: System.Object
The object to convert
The string is interpreted under the current culture from specific TypeConverter instances. The Windows Phone XAML parser does not use this method.
Show: