public void BetFive() { if (JacksOrBetter.DealingCards == false) { bet.text = string.Format(FORMAT_BETS, Bets.BetMax().ToString()); } }