Is there an easy way to convert a number to Indian words format with lakhs and crores?
问题 As the title suggests I would like to convert a long number to the format with words using C#. The Culture settings don't seem to do this and I am just currently doing this String.Format(new CultureInfo("en-IN"), "{0:C0}", Price) But for very long numbers I would prefer the word format. I am not from India and only vaguely familiar with how the system works. 回答1: While I can't give you the code itself, here's the system 1 - One 10 - Ten 1000 - Thousand 10000 - Ten Thousand 100000 - Lakh