Declaration

var balancesEOFTerminatedQuotes: Bool { get set }

Declaration

@property (nonatomic) BOOL balancesEOFTerminatedQuotes;

Declaration

balancesEOFTerminatedQuotes() -> bool
setBalancesEOFTerminatedQuotes_(balancesEOFTerminatedQuotes: bool)

Discussion

If true, this state will append a matching quote char (’ or ”) to quotes terminated by EOF. Default is NO.