Value.toString

Convert @value to a string. Use jsc_value_to_string_as_bytes() instead, if you need to handle strings containing null characters.

class Value
override
string
toString
()

Return Value

Type: string

a null-terminated string result of the conversion.

Meta