For a description of this member, see IConvertible.ToType(Type, IFormatProvider).
- targetType
- Documentation for this section has not yet been entered.
- provider
- An IFormatProvider implementation that supplies culture-specific information about the format of the returned value.
The value of the current instance, converted to type.
This member is an explicit interface member implementation. It can be used only when the double instance is cast to an IConvertible interface. The recommended alternative is to call the static (Shared in Visual Basic) Convert.ChangeType(object, Type, IFormatProvider) method.