How do I bitwise shift right/left in VB.NET? Does it even have operators for this, or do I have to use some utility method?
VB.NET has had bit shift operators (<< and >>) since 2003.
<<
>>
1.4m articles
1.4m replys
5 comments
57.0k users