AbstractSyntaxNotation1Element.printableString

Encodes a string that will only contain characters a-z, A-Z, 0-9, space, apostrophe, parentheses, comma, minus, plus, period, forward slash, colon, equals, and question mark.

  1. string printableString [@property getter]
  2. string printableString [@property setter]
    class AbstractSyntaxNotation1Element(Element)
    abstract @property
    void
    printableString
    (
    in string value
    )

Meta