Table field image - Error File.ReadAllBytes

I have a file inside a table, in “image” format.

I need to get this file and put it in a folder.

However, when I read this file, the result is System.Byte, instead of a string (0x504 …).

the correct thing would be to bring the base64, as the drawing on the right side, which is as “text”

Maybe this helps: