Click or drag to resize

DFColumnToStringArray(String) Method

Exports the contents of this column to an array of strings.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual string[] ToStringArray(
	string format
)

Parameters

format  String
Specified format.

Return Value

String
A string[] containing the contents of this column.
See Also