I have a return in sql that comes as something like 52,451541554
.
This return, if I convert it with the command convert(datetime, DtCriacao, 103)
of sql it turns into a date format, but I need to get it myself, which this time came from an excel file and convert it to date format or string .
I have no idea how to do this kind of conversion in C #.
Thank you