convert uint8_t to String

TGG3:

void setup() {

uint8_t c = 50; // this is the value of character '2' in ASCII
Serial.begin(115200);
Serial.println(c-48);//prints the value of c - 48 = 2
}

i would not recommend that... what will happen when he tries to scan