Back to I/O
string
Convert a value to its string representation.
Syntax
string(x) → String representation
Backends
TypeScript
Description
Convert a value to its string representation.
Parameters
| Name | Description |
|---|---|
| x | Value to convert |
Returns
String representation