Hi

Does VB.NET have an equivalent of C#'s left-shift << operator?
If not, how could I implement it in a function?

Thanks in advance!