TypeConverter::ConvertFromString Method

 

Converts the specified text to an object.

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

NameDescription
System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, CultureInfo^, String^)

Converts the given text to an object, using the specified context and culture information.

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, String^)

Converts the given text to an object, using the specified context.

System_CAPS_pubmethodConvertFromString(String^)

Converts the specified text to an object.

Return to top
Show: