Microsoft
Software
Hardware
Network
Question : convert.decimal problem
my "used" column is decimal..
table.AddCell((Decimal.Par
se(reader[
"used"].To
String()))
);
I use iTextSharp.. table..
The best overloaded method match for 'iTextSharp.text.Table.Add
Cell(iText
Sharp.text
.Cell)' has some invalid arguments
Argument '1': cannot convert from 'decimal' to 'iTextSharp.text.Cell'
Answer : convert.decimal problem
Not sure yet, though try
table.AddCell(reader["used
"].ToStrin
g());
OR
table.AddCell(new Cell(reader["used"].ToStri
ng()));
Random Solutions
Cisco ASA 5505 with AIP-SSC-5 card
SCCM Software Report By Major Revision
drupal 6.17 calendar
Access user control function from master page
Deletes
Before unload
How do I convert string to char?
Setup a wenpage in Windows Server 2008
3 long beeps
Apple Mail - Find local Exchange email after changing accounts?