The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeConverter::ConvertFromString Method
.NET Framework (current version)
Converts the specified text to an object.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ConvertFromString(ITypeDescriptorContext^, CultureInfo^, String^) | Converts the given text to an object, using the specified context and culture information. |
![]() | ConvertFromString(ITypeDescriptorContext^, String^) | Converts the given text to an object, using the specified context. |
![]() | ConvertFromString(String^) | Converts the specified text to an object. |
Show:
