DateValue ToByte Method
Converts the DateValue to a byte.

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

public byte ToByte(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineByte
A byte representation of the answer.

Implements

OnlineIConvertible ToByte(IFormatProvider)
See Also