I'm trying to display the number formate according to cultureinfo for that
i enter the numbers in text box like 456,456.50 and select the culture english name
as German(Germany) and click the button means it display the given number in the german
format ie 456.456,50 but when i enter the the number as 456.456,50 in text box and select
culture english name as English(United States) it wont display the result. How to i convert
it from 456.456,50 to 456,456.50 where the regional setting is set to English(United States)

Recommended Answers

All 2 Replies

mohanaraj3485,

Use System.Globalization namespace classes. Which type of application are you developing - Web or Windows?

mohanaraj3485,

Use System.Globalization namespace classes. Which type of application are you developing - Web or Windows?

This for windows application

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.