Converting Double to String

Stimulsoft Ultimate discussion
Post Reply
EthanEMC
Posts: 6
Joined: Wed Sep 16, 2015 9:33 pm

Converting Double to String

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Converting Double to String

Post by Alex K. »

Hello,

Yes, you can use the ToString() method.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Converting Double to String

Post 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.
EthanEMC
Posts: 6
Joined: Wed Sep 16, 2015 9:33 pm

Re: Converting Double to String

Post by EthanEMC »

Okay thanks. I'll give that a shot.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Converting Double to String

Post by Alex K. »

Hello,

Let us know if you need any additional help.

Thank you.
Post Reply