nmoneys icon indicating copy to clipboard operation
nmoneys copied to clipboard

refactor Money.Parse and Money.TryParse

Open dgg opened this issue 5 months ago • 1 comments

Standardize argument names:

  • code: CurrencyIsoCode, <numeric>
  • isoCode: string

So that UndefinedCodeException.For() can be used without passing argument names

dgg avatar Jan 16 '24 10:01 dgg