I need to standardize a string to display like currency.
if I have 123,456,45 it must be 123456.45
if I have 123 456,45 it must be 123456.45
esentially nothing for thousand separator
and a (.)dot for decimal
I am still new to C#.
Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Farhan AhmedPosted Aug 18, 2020, 10:33 PM