Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
cant understand the code.
Darshak Hingrajiya
10y
705
1
Reply
private bool GetBit(byte b, int pos)
{
return ((b & (byte)(1 << pos)) != 0);
}
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
Devexpress Xtra reports
how to create virtual keyboard for password entry in c#