  | DFNumericColumnToStringArray(String) Method | 
            Exports the contents of this column to an array of strings.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override string[] ToStringArray(
	string format
)
Public Overrides Function ToStringArray ( 
	format As String
) As String()
public:
virtual array<String^>^ ToStringArray(
	String^ format
) override
abstract ToStringArray : 
        format : string -> string[] 
override ToStringArray : 
        format : string -> string[] Parameters
- format  String
 - Numeric format such as "F3"
 
Return Value
StringA string[] containing the contents of this column.
Remarks
            Missing values are exported as StatsSettings.MissingStringValue. 
            
See Also