Functions
str.tostring()
Renders a value as a string. One overload takes a number and one takes a bool. There is no format argument: the call takes the value and nothing else.
Syntax · 1 of 4
str.tostring(simple float source) → simple string
Arguments
source required simple float the value to render: an int or a float in the numeric overload, a bool in the other Return Type
simple string Syntax · 2 of 4
str.tostring(series float source) → series string
Arguments
source required series float the value to render: an int or a float in the numeric overload, a bool in the other Return Type
series string Syntax · 3 of 4
str.tostring(simple bool source) → simple string
Arguments
source required simple bool the value to render: an int or a float in the numeric overload, a bool in the other Return Type
simple string Syntax · 4 of 4
str.tostring(series bool source) → series string
Arguments
source required series bool the value to render: an int or a float in the numeric overload, a bool in the other Return Type
series string