AsciiExporterGetConverter Method |
Gets the converter function used to serialize values of the specified column type.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Func<AltaxoVariant, string>? GetConverter(
Type columnType
)
Parameters
- columnType Type
- The column type.
Return Value
FuncAltaxoVariant,
StringThe converter function, or
if no converter is registered for the given type.
See Also