String.str

Get str field.

  1. string str [@property getter]
    class String
    @property
    string
    str
    ()
  2. string str [@property setter]

Return Value

Type: string

points to the character data. It may move as text is added. The @str field is null-terminated and so can be used as an ordinary C string.