Hi
if you only want to change the delimiter you may use a custom format
like
hh.mm
for this cell.
If you want to convert it to a decimal value I'd assume that 9.25 would
be your desired result?
use
=A1*24
to achieve this (format the resulting cell as number)