Bit value

Stimulsoft Reports.JS discussion
Post Reply
jpgb
Posts: 67
Joined: Tue Mar 15, 2016 11:42 am

Bit value

Post by jpgb »

Is there any function to handle a bit (binary) value?

I would like to convert the value to integer

thanks
JB
Lech Kulikowski
Posts: 7287
Joined: Tue Mar 20, 2018 5:34 am

Re: Bit value

Post by Lech Kulikowski »

Hello,

Please try to use the Parse() method:
{int.Parse(value)}

Thank you.
Post Reply