Converts the specified value to a string representation.
Public Function ConvertToString ( _ value As Object _ ) As String
Dim instance As TypeConverter Dim value As Object Dim returnValue As String returnValue = instance.ConvertToString(value)
public string ConvertToString( Object value )
public: String^ ConvertToString( Object^ value )
public function ConvertToString( value : Object ) : String
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98