|
EdiMessageToEdi Method (NcpdpScriptWriterSettings)
|
Note: This API is now obsolete.
Converts an EdiMessage to EDI string
Namespace:
EdiFabric.Core.Model.Edi
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntax[ObsoleteAttribute("This method is obsolete. Use NcpdpScriptWriter Write method instead.",
false)]
public string ToEdi(
NcpdpScriptWriterSettings settings
)
<ObsoleteAttribute("This method is obsolete. Use NcpdpScriptWriter Write method instead.",
false)>
Public Function ToEdi (
settings As NcpdpScriptWriterSettings
) As String
Parameters
- settings
- Type: EdiFabric.Framework.WritersNcpdpScriptWriterSettings
The Ncpdp Script Writer settings
Return Value
Type:
StringEDI string
See Also