Click or drag to resize

DFNumericColumnToString(Int32) Method

Formatted string representation of the date. Uses StatsSettings value.

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
A formatted string representation.

Implements

IDFColumnToString(Int32)
Remarks
Formatting uses StatsSettings.NumericFormat.
See Also