Skip to main content
Question

Is there an easy way to parse numbers to strings and vice versa?

  • August 13, 2024
  • 0 replies
  • 26 views

Uzumaki
Forum|alt.badge.img+12

Is there a simple way to parse a number as a string and vice versa. It is cumbersome having to create a string variable and use the number->ToString action anytime that I create a number variable so that I can reference that variable as a string. Is there a way that I can parse the number as a string without creating a separate string variable.

Like how in java I could always say Integer.toString(myInt) instead of creating a string variable.

Thanks in advance