TypeConverter.ConvertFromString Method
.NET Framework 4.5
Converts the specified text to an object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ConvertFromString(String) | Converts the specified text to an object. |
|
ConvertFromString(ITypeDescriptorContext, String) | Converts the given text to an object, using the specified context. |
|
ConvertFromString(ITypeDescriptorContext, CultureInfo, String) | Converts the given text to an object, using the specified context and culture information. |