filmov
tv
4.Converting String with dots format to Currency Format

Показать описание
Converting String format to Currency Format
How to convert a string with multiple dots to currency
123.456.789.000 split this into two parts as
Begining to Last dot
Last three digits and a dot
Replace first string of dots with commas and concatinate the second one then you will get the required output as 123,456,789.000
How to convert a string with multiple dots to currency
123.456.789.000 split this into two parts as
Begining to Last dot
Last three digits and a dot
Replace first string of dots with commas and concatinate the second one then you will get the required output as 123,456,789.000