I searched in Google/Stackoverflow.. Didn’t find something..
it would be interested to know what that means..
I saw it also in such an Example:
richTextBox.SelectionFont = new Font(richTextBox.SelectionFont, richTextBox.SelectionFont.Style ^ FontStyle.Bold);
Bitwise Exclusive Or, I would assume the behavior of the code you posted is to toggle the bold attribute of the selected text