I wanted to know how I can replace the comma to an end point.
Example: I have the following number 2.32 I wanted it to be 2.32.
How can I do this?
I already tried to use ToString(CultureInfo.InvariantCulture)
but it still did not change.