C# (CSharp) TinyCsvParser.Tokenizer 네임스페이스

중첩된 네임스페이스

TinyCsvParser.Tokenizer.Decorators
TinyCsvParser.Tokenizer.RFC4180
TinyCsvParser.Tokenizer.RegularExpressions

클래스들

이름 설명
FixedLengthTokenizer Implements a Tokenizer, that makes it possible to Tokenize a CSV line using fixed length columns.
FixedLengthTokenizer.ColumnDefinition A column in a CSV file, which is described by the start and end position (zero-based indices).
StringSplitTokenizer