 | DFColumnToStringArray(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 virtual string[] ToStringArray(
string format
)
Public Overridable Function ToStringArray (
format As String
) As String()
public:
virtual array<String^>^ ToStringArray(
String^ format
)
abstract ToStringArray :
format : string -> string[]
override ToStringArray :
format : string -> string[]
Parameters
- format String
- Specified format.
Return Value
StringA string[] containing the contents of this column.
See Also