Click or drag to resize

DFColumnToString(Int32, String) Method

Returns formatted representation.

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

Parameters

index  Int32
Index into column.
format  String
Specified format.

Return Value

String
Formatted string representation.
See Also