Skip to main content

CsvDataType

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Supported CSV data types for column value conversion

public enum CsvDataType

Inheritance ObjectValueTypeEnumCsvDataType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
String0String value (trimmed, empty becomes null)
Int1Integer value
Double2Double value (supports culture-specific formats)
Boolean3Boolean value (supports "0"/"1" and "true"/"false")
DateTime4DateTime value (parsed with optional format string, output as ISO 8601)