InputFormat Property
The format of the input data.
Syntax
public X12translatorInputFormats InputFormat { get; set; }
enum X12translatorInputFormats { xifXML, xifJSON, xifX12 }
Public Property InputFormat As X12translatorInputFormats
Enum X12translatorInputFormats xifXML xifJSON xifX12 End Enum
Default Value
3
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)
- 3 (ifX12)
This property is not available at design time.