TypstDocumentation

str

Convert a value to a string.

Example

#str(10) \
#str(2.7) \
#str(1e8) \
#str(<intro>)
Preview

Parameters
Question mark

value
integer or float or string or label
RequiredPositional
Question mark

The value that should be converted to a string.