convert 1,00 to 100 in .Net

Posted by Beto on Stack Overflow See other posts from Stack Overflow or by Beto
Published on 2010-01-26T00:16:13Z Indexed on 2010/04/15 23:43 UTC
Read the original article Hit count: 83

Filed under:
|

How do I convert the number "1,00" to "100" in .Net?

Clarification: I have this code:

VALOR = order.Total.ToString("#0.00"); 

It returns the text "1,00" but I need "100" (without comma).

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#