| IUntypedRecordCreateFilledX12Segment Method |
Return an X12 segment based on provided contents.
Namespace:
Mavidian.DataConveyer.Entities.KeyVal
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax IUntypedRecord CreateFilledX12Segment(
string contents,
char fieldDelimiter = ''
)
Function CreateFilledX12Segment (
contents As String,
Optional fieldDelimiter As Char = ""C
) As IUntypedRecord
Parameters
- contents
- Type: SystemString
Contents of the entire segment with field delimiter between fields, but no segment delimiter at end. - fieldDelimiter (Optional)
- Type: SystemChar
Field delimiter character used in contents; if omitted DefaultX12Field delimiter is used if any; otherwise * is assumed.
Return Value
Type:
IUntypedRecordA record (with the same RecNo as on current record) representing the X12 segment.
See Also