The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeConverter::ConvertToString Method (Object^)
.NET Framework (current version)
Converts the specified value to a string representation.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System::Object^
The Object to convert.
| Exception | Condition |
|---|---|
| NotSupportedException | The conversion cannot be performed. |
Depending on the implementation of the value formatter, it might be possible to pass the returned string back into the value formatter to re-create an instance of the object.
For an example on this function, see the TypeConverter class.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: