Question

Is there an equivalent in VB.NET to the C# ^= operator?

Was it helpful?

Solution

You have to code it like this:

A = A Xor B
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top