Click or drag to resize

AsciiExporterGetDefaultConverter Method

Returns the default converter for a given column type.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Func<AltaxoVariant, string> GetDefaultConverter(
	Type columnType,
	AsciiExportOptions options
)

Parameters

columnType  Type
The column type.
options  AsciiExportOptions
The export options used for formatting.

Return Value

FuncAltaxoVariant, String
Default converter for the given column type.
See Also