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#
string[] ToStringArray()
Visual Basic (Declaration)
Function ToStringArray As String()
Visual C++
array<String^>^ ToStringArray()

Return Value

A string[] containing the contents of this column.

See Also