TypeConverter::ConvertToString Method

 

Converts the specified value to a string representation.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, CultureInfo^, Object^)

Converts the given value to a string representation, using the specified context and culture information.

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, Object^)

Converts the given value to a string representation, using the given context.

System_CAPS_pubmethodConvertToString(Object^)

Converts the specified value to a string representation.

Return to top
Show: