Click or drag to resize

DFColumnToStringArray 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()

Return Value

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

Implements

IDFColumnToStringArray
See Also