MultipleChoiceValue ToUInt16 Method
Converts the value to ushort.

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

public ushort ToUInt16(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineUInt16
A ushort representation of the answer.

Implements

OnlineIConvertible ToUInt16(IFormatProvider)
See Also