DateValue ToBoolean Method
Converts the DateValue to a boolean

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

public bool ToBoolean(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineBoolean
A boolean representation of the answer.

Implements

OnlineIConvertible ToBoolean(IFormatProvider)
See Also