.
The GetCurrencyFormat API
10/27/2009 5:41:18 PM - Ken G-216.57.222.134
.
static extern int GetCurrencyFormat(uint Locale, uint dwFlags, string lpValue,
.
lRet = GetCurrencyFormat(0, 0, numberToConvert.ToString(), currencyFormat, IntPtr.Zero, 0);
.
lRet = GetCurrencyFormat(0, 0, numberToConvert.ToString(), currencyFormat, ptrCurrencyStr, (int)lRet);
.