Converts the specified value to a string representation.
Converts the specified value to a string representation.
[Visual Basic] Overloads Public Function ConvertToString(Object) As String
[C#] public string ConvertToString(Object);
[C++] public: String* ConvertToString(Object*);
[JScript] public function ConvertToString(Object) : String;
Converts the specified value to a string representation.
[Visual Basic] Overloads Public Function ConvertToString(ITypeDescriptorContext, Object) As String
[C#] public string ConvertToString(ITypeDescriptorContext, Object);
[C++] public: String* ConvertToString(ITypeDescriptorContext*, Object);
[JScript] public function ConvertToString(ITypeDescriptorContext, Object) : String;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace