IConvertible.ToType Method (Type, IFormatProvider)
.NET Framework (current version)
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- conversionType
-
Type:
System.Type
The Type to which the value of this instance is converted.
- provider
-
Type:
System.IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type: System.ObjectAn Object instance of type conversionType whose value is equivalent to the value of this instance.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 10
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: