Class X12Delimiters
Contains delimiters used by in the current X12Doc. To change SetDelimiters(Char, Char, Char, Char).
Warning
If X12DocOptions passed to Save(String, X12DocOptions) contains the flag UseDefaultDelimiters any changes to X12Delimiters that have been applied to X12Doc programmatically are ignored.
Inheritance
System.Object
X12Delimiters
Namespace: Bishop.X12
Assembly: Bishop.X12.dll
Syntax
public class X12Delimiters
Fields
Composite
Defaults to ':'
Declaration
public char Composite
Field Value
Type | Description |
---|---|
System.Char |
Element
Defaults to '*'
Declaration
public char Element
Field Value
Type | Description |
---|---|
System.Char |
Repetative
Defaults to '^'
Declaration
public char Repetative
Field Value
Type | Description |
---|---|
System.Char |
Segment
Defaults to '~'
Declaration
public char Segment
Field Value
Type | Description |
---|---|
System.Char |
Methods
IsDefault()
Returns true if delimiters are set to defauilt
Declaration
public bool IsDefault()
Returns
Type | Description |
---|---|
System.Boolean |