I want to convert double into string with %.5f format. But with sprintf I need to declare array of chars, convert it and delete the whitespaces and then convert to string. I