-4

I am looking for a way to convert a currency value I have (in UK pounds) into it's plain text representation. For example, I'd need to be able to convert this:

£399,994.71

To

Three Hundred and Ninety Nine Thousand, Nine Hundred and Ninety Four Pounds and Seventy One Pence

Is there anything in .NET that can do this for me? Or perhaps any existing code for doing this?

Thanks!

Chris
  • 7,415
  • 21
  • 98
  • 190

1 Answers1

0

I created this Gist, check it out: https://gist.github.com/h22/5244967

Ahmed KRAIEM
  • 10,267
  • 4
  • 30
  • 33