TrueFalseValue ToType Method
Converts the value to the specified type.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Object ToType(
	Type conversionType,
	IFormatProvider provider
)

Parameters

conversionType
Type: OnlineSystem Type
The type of value to convert to.
provider
Type: OnlineSystem IFormatProvider
The format provider used during the conversion.

Return Value

Type: OnlineObject
A representation of the answer in the specified type.

Implements

OnlineIConvertible ToType(Type, IFormatProvider)
See Also