Gets the [[Data]]'s size in bytes.
== Function ==
=== Synopsis ===
<source lang="lua">
size = Data:getSize( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|size|The size of the Data in bytes.}}
== See Also ==
* [[parent::Data]]
[[Category:Functions]]
{{#set:Description=Gets the [[Data]]'s size in bytes.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Data:getSize}}