Method SetBit NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll SetBit(int, int) Sets a bit at the specified position to 1. public static int SetBit(int value, int position) Parameters value int Original value. position int Bit position. Returns int