Show / Hide Table of Contents

Enum DelimiterType

The type of character that separates DataItems in a delimited file format.

Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum DelimiterType : int

Fields

Name Description
Colon

The colon character.

Comma

The comma character.

Empty

Empty

Other

A character not enumerated here.

Pipe

The pipe character.

Semicolon

The semicolon character.

Space

The space character.

Tab

The tab character.

Extension Methods

Extensions.Yield<DelimiterType>()
Back to top Copyright © 2009-2018 Colectica