如何在.Net中将数字"1,00"转换为"100"?
澄清:我有这个代码:
VALOR = order.Total.ToString("#0.00");
它返回文本"1,00",但我需要"100"(没有逗号).
c# asp.net
asp.net ×1
c# ×1