Page 1 of 1

Converting Double to String

Posted: Wed Sep 16, 2015 9:36 pm
by EthanEMC
Inside the expression editor I wish to convert a double variable to a string. Is it just a matter of doing <DOUBLE>.ToString() or is there something else to it?

Re: Converting Double to String

Posted: Thu Sep 17, 2015 10:01 am
by Alex K.
Hello,

Yes, you can use the ToString() method.

Thank you.

Re: Converting Double to String

Posted: Thu Sep 17, 2015 2:26 pm
by HighAley
Hello.

If you have there one double value you don't need to convert it.
If this does not work you could use ToString() method.

Thank you.

Re: Converting Double to String

Posted: Thu Sep 17, 2015 4:09 pm
by EthanEMC
Okay thanks. I'll give that a shot.

Re: Converting Double to String

Posted: Fri Sep 18, 2015 6:35 am
by Alex K.
Hello,

Let us know if you need any additional help.

Thank you.