Convert System.FileDocument size from bytes to MB

1
I want to be able to transform the attribute "Size" of the FileDocument type from bytes to Megabytes. At the moment my app is configured to show the size of my documents, but since it's a System.FileDocument type, the size is a "long". Any ideas on how can I convert this attribute to Megabytes?
asked
2 answers
3

Add that field to your generalization and calculate this field by yourself.

Regards,

Ronald

 

answered
0

You can convert it online with something like this: https://oneconvert.com

answered