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.