Click or drag to resize

DFNumericColumnToString(Int32, String) 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,
	string format
)

Parameters

index  Int32
Index into column.
format  String
Specified format such as "F3"

Return Value

String
A formatted string representation.
See Also