Does DataTableC # provide a property that gives me the size of each line (number of bytes)?
DataTable
You can determine the unmanaged size of a managed entity using Marshal.SizeOf .
Source: https://habr.com/ru/post/1708367/More articles:How can I write a SELECT statement in which a condition is the result of a function - sqlSQL if (exists ()) duplicate queries - sqlCan I use JSTL to display a date in the client’s time zone? - javaCan relative paths be used when using include libraries in the Flex mxmlc compiler? - flexSpring Frame work Wraps Checked exceptions inside RuntimeExceptions - javaasp: controlling DataList with asp: LinkButton inside - something weird - asp.netVisual Studio Auto Copy File When Saving - .netNeed help with Eval inside DataList - asp.netHow can I implement multiple inheritance resources in Zend Acl? - phpHow to reorganize several similar Linq-To-Sql queries? - c #All Articles