str function

Str str(
  1. String value
)

Implementation

Str str(String value) => Str(value).declare();