AsciiExporterDataItemToString Method |
Converts a data item to a string.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
StringThe converted item as string.
See Also