Set number of digits for a variable

I want to display:


spdDisplay.text = String(angle/2.1);

but I want it to always display 2 decimal places always. No more, no less.
Can anyone help me out with this?