UniValue ToType Method Nemiro.OAuth
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.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public Object ToType(
	Type conversionType,
	IFormatProvider provider
)

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: Object
An Object instance of type conversionType whose value is equivalent to the value of this instance.

Implements

IConvertible ToType(Type, IFormatProvider)
See Also