Ciao,
sto tentando di stampare questa stringa

string prezzo="1000"
string valore= "{\"Command\": \"Auth\", \"Device\": \"204\", \"Merence\": \"1755\", \"Amount\": \""+prezzo+"\"}";

ricevo questo errore...

ExceptionCatcher: Unhandled Exception
System.FormatException: Input string was not in a correct format.

come posso ovviarlo??

grazie mille