I’m trying to format a decimal value with decimals to a custom format without comas or points , Having checking http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx but can’t find the format I need
I need to convert a decimal value for example 3.1416 to 314 or even better 0000000314, any clue?
To scale by 100 and show up to 9 leading zeros use