TextValue ToDouble Method
Converts the value to a double.

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

public double ToDouble(
	IFormatProvider provider
)

Parameters

provider
Type: OnlineSystem IFormatProvider
The format provider used during the conversion.

Return Value

Type: OnlineDouble
A double representation of the answer.

Implements

OnlineIConvertible ToDouble(IFormatProvider)
See Also