array.toString() function
array.toString()
is experimental and subject to change at any time.
array.toString()
converts all values in an array to strings.
Supported array types
[bool]
[duration]
[float]
[int]
[time]
[uint]
Function type signature
(<-arr: [A]) => [string]
Parameters
arr
Array of values to convert. Default is the piped-forward array (<-
).
Examples
Convert an array of floats to strings
import "experimental/array"
arr = [12.0, 1.2300, NaN, 24.2]
array.toString(arr: arr)// Returns ["12.0", "1.2300", "NaN", "24.2"]
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.