Declaration

func copyReadQuotedString(_ line: UnsafePointer<CChar>!, _ maxLength: Int) -> String!

Declaration

NSString *copyReadQuotedString(const char *line, NSInteger maxLength);

Declaration

copyReadQuotedString(line: str, maxLength: int) -> str

See Also

Text and Keys