Click or drag to resize

AsciiExporterGetConverter Method

Gets the converter function used to serialize values of the specified 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>? GetConverter(
	Type columnType
)

Parameters

columnType  Type
The column type.

Return Value

FuncAltaxoVariant, String
The converter function, or if no converter is registered for the given type.
See Also