Top "Currency" questions

Currency is a medium of exchange of value, usually referring to government issued denominations.

Money data type for .NET?

Looking for a good Money data type for .NET that supports currencies and exchange rates (with related behaviour & operations). …

.net currency financial
In a currency exchange rate what is the maximum number of decimal places used?

I need to store currency exchange rate data in the SQL 2008 database. I would like to keep rate as a …

sql tsql decimal currency currency-exchange-rates
NSNumberFormatter Currency Without Symbol?

I am using NSNumberFormatter to get a currency value from a string and it works well. I use this code …

iphone objective-c ipad currency nsnumberformatter
Re-Apply currency formatting to a UITextField on a change event

I'm working with a UITextField that holds a localized currency value. I've seen lots of posts on how to work …

iphone uitextfield currency nsnumberformatter
Currency formatting

This should be an easy problem but... I need to format a currency for display (string) in C# The currency …

c# .net currency
Currency mask with jQuery

I'm using the jQuery calculation and have just about everything working properly, but I need the total to display as 99.90, …

jquery currency input-mask
NumberFormat.parse() fails for some currency strings

I have a simple EditText, which allows the user to enter a number such as 45.60 (example for American Dollar). I …

java android currency numberformatexception
Do minor currency units have a ISO standard?

ISO 4217 defines 3-letter currency symbols: EUR USD LKR GBP Do currencies' minor units (cent, pence) have a ISO or similar …

internationalization standards currency iso
Best Practice - Format Multiple Currencies

What is best practice for the scenario listed below? We have an application which we would like to support multiple …

c# internationalization currency cultureinfo regioninfo
What variable type use to represent a Money in SSIS

I need to load a Money value in a variable in SSIS using a "Execute SQL Task" component. I map …

types ssis currency ssis-data-types