R
refl
how to convert a string having "011" to int ? (and viceversa) Thanks C#
please!
sample "011" I want a three on the int. "111" = 7
can i have logic on bits from an integer where bit 0 and bit 2 from the
int number are on;like
int[0] & int[2] == true
please!
sample "011" I want a three on the int. "111" = 7
can i have logic on bits from an integer where bit 0 and bit 2 from the
int number are on;like
int[0] & int[2] == true