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:
