TypeConverter::ConvertFromInvariantString Method (String^)
.NET Framework (current version)
Converts the given string to the type of this converter, using the invariant culture.
Assembly: System (in System.dll)
Parameters
- text
-
Type:
System::String^
The String to convert.
| Exception | Condition |
|---|---|
| NotSupportedException | The conversion cannot be performed. |
The default implementation always returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: