Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Please check my code
Shovan Saha
7y
195
1
Reply
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.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
softphone creation
How can I subtract?