String.len

Get len field.

  1. size_t len [@property getter]
    class String
    @property
    size_t
    len
    ()
  2. size_t len [@property setter]

Return Value

Type: size_t

contains the length of the string, not including the terminating nul byte.