string sample = "True"; bool myBool = bool.Parse(sample); ///or bool myBool = Convert.ToBoolean(sample);