There's a native String.ToNumber but not the reverse of this?

So there’s a native String.ToNumber node but you have to download Springs to get Number.ToString?

I did find String from Object that does what I want… but how is this different from simply the reverse of String to Number? Or what does Object have to do with it working when a list of integers is passed to it.

The Object To String allows you to feed multiple different things into it rather than just a Number. It makes it more versatile without having to have an individual node for say Element ID, int, double, etc.

2 Likes