1
Answer

I need to standardize a string to display like currency.

Mbali Ngobeni

Mbali Ngobeni

4y
467
1
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. 
Answers (1)