Converting Double to String
Converting Double to String
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
Hello,
Yes, you can use the ToString() method.
Thank you.
Yes, you can use the ToString() method.
Thank you.
Re: Converting Double to String
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.
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
Okay thanks. I'll give that a shot.
Re: Converting Double to String
Hello,
Let us know if you need any additional help.
Thank you.
Let us know if you need any additional help.
Thank you.