Is there any function to handle a bit (binary) value?
I would like to convert the value to integer
thanks
JB
Bit value
-
- Posts: 7287
- Joined: Tue Mar 20, 2018 5:34 am
Re: Bit value
Hello,
Please try to use the Parse() method:
{int.Parse(value)}
Thank you.
Please try to use the Parse() method:
{int.Parse(value)}
Thank you.