I have the number 654987. Its an ID in a database. I want to convert it to a string. The regular Double.ToString(value) makes it into scientific form, 6.54987E5. Something
If it's an integer id in the database, use an Integer instead. Then it will format as an integer.