str function

ValString str(
  1. String value
)

Implementation

ValString str(String value) => ValString(value);