how can I use the .append of the string to add char?

sLoadFile.append(cTempo);

cTempo = char
sLoadFile = string

I tryed : sLoadFile.append((string)cTempo); but it doesn't work ?