EDIStandardVersion (property)

The version of the EDI specification.

Syntax

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

Default Value

""

Remarks

This property will be populated after parsing begins and the correct version string for is located via the schema, such as 004010 for X12.

This property is read-only.

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