Click or drag to resize

DFDateTimeColumnToString(Int32) Method

Formatted string representation of the date. Uses StatsSettings format.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override string ToString(
	int index
)

Parameters

index  Int32
Index into column.

Return Value

String
Formatted string representation of cell value.

Implements

IDFColumnToString(Int32)
Remarks
Missing values are exported as StatsSettings.MissingStringValue.
See Also