[c#] Better way to convert an int to a boolean

int i = 0;
bool b = Convert.ToBoolean(i);