convert long to string

Stimulsoft Reports.NET discussion
Post Reply
ddsmith99301
Posts: 52
Joined: Wed May 17, 2017 10:14 pm

convert long to string

Post by ddsmith99301 »

The expression Year(Today) returns a long. I need to convert it to a string.
Max Shamanov
Posts: 786
Joined: Tue Sep 07, 2021 10:11 am

Re: convert long to string

Post by Max Shamanov »

Hello,

You can use the following expression Year(Today).ToString()

Thank you.
ddsmith99301
Posts: 52
Joined: Wed May 17, 2017 10:14 pm

Re: convert long to string

Post by ddsmith99301 »

Thank you!!!
Max Shamanov
Posts: 786
Joined: Tue Sep 07, 2021 10:11 am

Re: convert long to string

Post by Max Shamanov »

Hello,

You are Welcome!
Post Reply