extraData (property)

Extra data that has not been parsed by the class.

Syntax

@property (nonatomic,readonly,assign,getter=extraData) NSString* extraData;
- (NSString*)extraData;
public var extraData: String {
  get {...}
}

Default Value

""

Remarks

This property will only be populated after the Flush method has been called and data exists in the internal parser which has not been processed.

This property is read-only.

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