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
Deleted Files, Who & When, Server 2008, NAS
What causes error "0x80070015" when connecting to bluetooth device in window 7?
not getting the modelviewprojectionmatrix in glsl vertex shader right
Blackberry Enterprise Express on Exchange 2007 Can't resolve name during MAPI Profile Setup
Logical Drive Corrupted. Server repair says its not formatted
How to remove new line from a string
Oracle Error "To many precesion Specifiers"
ESX 4.0 Does not detect onboard NIC
Crystal connection with OLE DB ADO
Shopping for Quad-Core desktop for around $500...opinions?