BigInt.ToType Method
Public Function ToType( _
ByVal conversionType As Type, _
ByVal provider As IFormatProvider _
) As Object Implements _
IConvertible.ToType
This language is not supported or no code example is available.
public object ToType(
Type conversionType,
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
object^ ToType(
Type^ conversionType,
IFormatProvider^ provider
)
This language is not supported or no code example is available.
Parameters
- conversionType
- Type
The Type to which the value of this instance is converted.
- provider
- IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
objectAn Object instance of type conversionType whose value is equivalent to the value of this instance.