Create Binary from DataTable in C#

Hello

I’ve attached a sample code. Add it to a console app and reference Remoting SDK and DataAbstract assemblies to see it in action: Program.cs (2.1 KB)

As you can see here a sample table is being serialized into a Binary and is restored back from it.

Regards