Converts the specified value to a string representation.
[Visual Basic] Overloads Public Function ConvertToString( _ ByVal value As Object _ ) As String [C#] public string ConvertToString( object value ); [C++] public: String* ConvertToString( Object* value ); [JScript] public function ConvertToString( value : Object ) : String;
A string representation of the object. Depending on the implementation of the value formatter, it may be possible to pass this string back into the value formatter to re-create an instance of the object.
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.ConvertToString Overload List