As Example,
string str= string.Format(@"<p style=""font-family:Times New Roman, serif;font-size: 12pt;"" >Total Qty {qty} on Date {0} </p>",dr["Date"]);
I want to replace qty later on.It throws exception "Input string was not in a correct format"
.
Can anyone tell the reason and possible solution?
Total Qty {{qty}} on Date {0}
","01/01/2017"); – Amit Bhatt Jan 20 '17 at 07:29