Click or drag to resize

DFDateTimeColumnToString(Int32, String) Method

Formatted string representation of the date.

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

Parameters

index  Int32
Index into column.
format  String
DateTime format such as "MMM ddd d HH:mm yyyy"

Return Value

String
Formatted string representation of cell value.
Remarks
Missing values are exported as StatsSettings.MissingStringValue.
See Also