AsciiExporterSetConverter Method |
Sets the converter for the items of a specific column type.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetConverter(
Type columnType,
Func<AltaxoVariant, string> stringConverter
)
Parameters
- columnType Type
- The column type for which to set the converter.
- stringConverter FuncAltaxoVariant, String
- The converter function, which converts an AltaxoVariant into a string.
See Also