TextValue ToSByte Method
Converts the value to an sbyte.

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

public sbyte ToSByte(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineSByte
An sbyte representation of the answer.

Implements

OnlineIConvertible ToSByte(IFormatProvider)
See Also