I have this code:
string Clei=string.Empty;
Clei = "Se confecciona boleta # "+ txtNumeroBoleta.Text + ", del " + a + " al " + b + " (" + dias + " días), firmada por el usuario: " + usuario + " código. " + codigoUsuario + ".";
txtNota.Text=Clei;
The subject is the following, I need to give a different color to the data that comes from the variables and from the other txt that will be shown in the txtNote.
I expect a result like the following:
Ballot # 121212 , from 02/07/2018 to 12/07/2018 ( 10 days), signed by the user: Jan Carlos Vargas code. 601230123 .
NOTE : Bold in a different color