| ControlSegmentToEdi Method |
Note: This API is now obsolete.
Converts a control segment to EDI string
Namespace: EdiFabric.Core.Model.EdiAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax [ObsoleteAttribute("This method is obsolete. Use the appropriate writer's Write method instead.",
false)]
public string ToEdi(
Separators separators
)
<ObsoleteAttribute("This method is obsolete. Use the appropriate writer's Write method instead.",
false)>
Public Function ToEdi (
separators As Separators
) As String
Parameters
- separators Separators
- The separators to use.
Return Value
StringEDI string
See Also