MultipleChoiceValue ToInt64 Method
Converts the value to a 64-bit integer.

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

public long ToInt64(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineInt64
A 64-bit (long) integer representation of the answer.

Implements

OnlineIConvertible ToInt64(IFormatProvider)
See Also