Page 1 of 1

Bit value

Posted: Sun Feb 24, 2019 1:14 pm
by jpgb
Is there any function to handle a bit (binary) value?

I would like to convert the value to integer

thanks
JB

Re: Bit value

Posted: Mon Feb 25, 2019 11:28 pm
by Lech Kulikowski
Hello,

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

Thank you.