DateValue ToChar Method
Converts the DateValue to a char.

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

public char ToChar(
	IFormatProvider provider
)

Parameters

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

Return Value

Type: OnlineChar
A char representation of the answer.

Implements

OnlineIConvertible ToChar(IFormatProvider)
See Also