I want to show pound sign and the format 0.00 i.e £45.00, £4.10 . I am using the following statement:
<%# Convert.To 5条回答 醉梦人生 (楼主) 2020-12-03 01:22 Try specify exact currency format String.Format(...CultureInfo("en-GB"), "{0:C}".... 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Try specify exact currency format
String.Format(...CultureInfo("en-GB"), "{0:C}"....