Issue with STR and FLOAT

I don't get it with the part you posted

You return to Str.
But Str has a value, which i want to use. But converting it goes wrong

This is char Str[20], not the uint64
char Str[20] = 7023833275277351321;

When i got it right, the "char Str[20] has to be converted to uint64?