Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
string-new
Creates a new string from an optional value, using an empty string if nil.
Parameter
Type
Description
value
string
Value to convert to string (or nil for empty string)
return
string
String value or empty string if nil