Is there any direct way to exclusive OR two integers in VB?

My method is to convert the integers to strings of their binary presentations, and then exclusive OR it character by character

It seems silly. Any fast and direct method of doing this? Thanks