NumberValue ToInt32 Method
Converts the value to a 32-bit integer.

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

public int ToInt32(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineInt32
A 32-bit (int) integer representation of the answer.

Implements

OnlineIConvertible ToInt32(IFormatProvider)
See Also