0

我可以在消息框中显示符号,但它不会显示在 PdfPCell 中。我想在计费系统中使用货币符号。

RegionInfo myRg = new RegionInfo("IN");

PdfPTable table = new PdfPTable(1);
PdfPCell n1 = new PdfPCell(new Phrase("Net Total " + myRg.CurrencySymbol + ": 200));

table.AddCell(n);
4

0 回答 0