public string AppendDigit(String Digit) { Op.Append(Digit); return(ConvertToDisplay(Op.ActualOperand())); }