T
Tech Aspirant
Guest
How can I make below line of code more readable and understandable ?
if ((BitConverter.GetBytes(Convert.ToUInt64(Status))[0] & (1 << 3)) != 0)
Continue reading...
if ((BitConverter.GetBytes(Convert.ToUInt64(Status))[0] & (1 << 3)) != 0)
Continue reading...