Click or drag to resize

AsciiExporterDataItemToString Method

Converts a data item to a string.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string DataItemToString(
	DataColumn col,
	int index
)

Parameters

col  DataColumn
The data column.
index  Int32
Index of the item in the data column, which should be converted.

Return Value

String
The converted item as string.
See Also