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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public override string[] ToStringArray()
Visual Basic (Declaration)
Public Overrides Function ToStringArray As String()
Visual C++
public:
virtual array<String^>^ ToStringArray() override

Return Value

A string[] containing the contents of this column.

Implements

IDFColumn..::.ToStringArray()()()

See Also