"I'm trying to figure out a way (or find a library) that supports long money string conversion into a decimal. I'm not sure if there's a practical way to so this with all the possible combinations."

Code Example - "I'm trying to figure out a way (or find a library) that supports long money string conversion into a decimal. I'm not sure if there's a practical way to so this with all the possible combinations."

                
                        WordToNumberConverter.WordToNumberConverter inst = 
        new WordToNumberConverter.WordToNumberConverter();

    var ddd = inst.ConvertWordToNumber("twenty nine thousand and fifty five");