outputData (property)

Contains the output data.

Syntax

@property (nonatomic,readonly,assign,getter=outputData) NSString* outputData;
- (NSString*)outputData;

@property (nonatomic,readonly,assign,getter=outputDataB) NSData* outputDataB; - (NSData*)outputDataB;
public var outputData: String {
  get {...}
}
public var outputDataB: Data { get {...} }

Default Value

""

Remarks

This property will be populated with the contents of the EDI data as output by the class when no OutputFile has been specified and SetOutputStream has not been called with a valid output stream.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 iOS Edition - Version 20.0 [Build 8155]