chavcho


Member since 08/22/2008

1 snippets

807 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

chavcho's Recent SnippetsTagged object



« Prev 1 Next »
Serializes any <serializable/> object and writes it to the specified location on the disk. Example: Dim obj As DataTable 'save obj to disk SerializeToFile(filepath, obj) 'to read it back, use DirectCast Dim obj2 As DataTable = DirectCast(...
0 770 posted 15 years ago by chavcho
« Prev 1 Next »