FormatterConverter::Convert Method (Object^, Type^)
.NET Framework (current version)
Converts a value to the given Type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::Object^
The object to convert.
- type
-
Type:
System::Type^
The Type into which value is converted.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: