T Function Reference - string

str_string

Convert to string

Converts any value to its string representation.

Parameters

Returns:

Returns: The string representation.

Examples

str_string(123)
-- Returns = "123"

See Also

str_join