InputFormat Property
The format of the input data.
Syntax
public EdifacttranslatorInputFormats InputFormat { get; set; }
enum EdifacttranslatorInputFormats { eifXML, eifJSON, eifEDIFACT }
Public Property InputFormat As EdifacttranslatorInputFormats
Enum EdifacttranslatorInputFormats eifXML eifJSON eifEDIFACT End Enum
Default Value
2
Remarks
This property specifies the format of the input data. The value set here, along with OutputFormat, determines how the data is converted when Translate is called.
Possible values are:
- 0 (ifXML)
- 1 (ifJSON)
- 2 (ifEDIFACT)
This property is not available at design time.