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.3179.0 (4.8.3179.0)
Syntax
C#
public Func<AltaxoVariant, string> GetDefaultConverter(
	Type columnType,
	AsciiExportOptions options
)

Parameters

columnType  Type
The column type.
options  AsciiExportOptions

[Missing <param name="options"/> documentation for "M:Altaxo.Serialization.Ascii.AsciiExporter.GetDefaultConverter(System.Type,Altaxo.Serialization.Ascii.AsciiExportOptions)"]

Return Value

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