Dear All, I want to subtract (minus) A from B in iTextSharp and the result will C as:
C = A - B;
Here is my code:
PdfPCell NoOfRemittance220 = new PdfPCell(new Phrase(lblCount.ToString() - countTotal.ToString()));
How it is possible, please help me.
Bhuvanesh MohankumarPosted Aug 4, 2017, 4:58 PM
Shovan SahaPosted Aug 5, 2017, 1:27 PM