AsciiExporterGetDefaultConverter Method |
Returns the default converter for a given column type.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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,
StringDefault converter for the given column type.
See Also