TypeConverter::ConvertToString Method
.NET Framework (current version)
Converts the specified value to a string representation.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ConvertToString(ITypeDescriptorContext^, CultureInfo^, Object^) | Converts the given value to a string representation, using the specified context and culture information. |
![]() | ConvertToString(ITypeDescriptorContext^, Object^) | Converts the given value to a string representation, using the given context. |
![]() | ConvertToString(Object^) | Converts the specified value to a string representation. |
Show:
