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
Looking for library descriptions - not in qsys2.schemata(_S)
Setting up of a Forest Trust
SSG5 VPN Routing, internal LAN route works, VPN route doesnt.
How can I modify the Drupal comment module so that it does not include a homepage field?
How to block web proxys like ninjacloak.com?
Conditional message for MsgBox
unload view when switching tab
Create Access Table Automically
changing cursor ( mouse pointer ) on Marker in Google Maps
How many squares are in this diagram?