TypeConverter::ConvertFromInvariantString Method (String^)

 

Converts the given string to the type of this converter, using the invariant culture.

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

public:
Object^ ConvertFromInvariantString(
	String^ text
)

Parameters

text
Type: System::String^

The String to convert.

Return Value

Type: System::Object^

An Object that represents the converted text.

Exception Condition
NotSupportedException

The conversion cannot be performed.

The default implementation always returns null.

.NET Framework
Available since 1.1
Return to top
Show: