how to convert int, bool and string to bool with single conversion, c# code example Example: int to bool c# int i = 0; bool b = Convert.ToBoolean(i);