TextValue ToInt16 Method
Converts the value to a 16-bit (short) integer.

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

public short ToInt16(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineInt16
A 16-bit (short) integer representation of the answer.

Implements

OnlineIConvertible ToInt16(IFormatProvider)
See Also