number to character array

I want to take a value such as 98.23 and convert it to a string array so that I can call each element individual. For example if I did value=98.23 and called value[0] it should return 9 etc

Try dtostrf().