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