CsvDataType
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
Supported CSV data types for column value conversion
public enum CsvDataType
Inheritance Object → ValueType → Enum → CsvDataType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| String | 0 | String value (trimmed, empty becomes null) |
| Int | 1 | Integer value |
| Double | 2 | Double value (supports culture-specific formats) |
| Boolean | 3 | Boolean value (supports "0"/"1" and "true"/"false") |
| DateTime | 4 | DateTime value (parsed with optional format string, output as ISO 8601) |