-2
Friends, Mysql does not correctly save the values with dots and commas in the currency format! i use VB.net and need a function to remove points and commas, before storing the value in the database!!
example: from 1,200.23 to 120023
In other words, I would like to use the coin mask, and use a function to remove the dots and commas before storing the value in the database!! I hope someone understands my problem, and helps me!
Replace
? https://docs.microsoft.com/en-us/dotnet/api/system.string.replace?view=netframework-4.8– Ricardo Pontual
Why you don’t use the right type, both in the bank and in your application?
– Leandro Angelo