J
John Wright
I need to covert a datatable to a string so I can pass it into my encryption
engine. I need to know how to write the xml for a dataset into a string
variable so I can pass the string into the encryption engine. I don't want
to persist the data on disk, I want to be able to do this in memory so I can
discard the string variable when I am done. The engine in use here will only
accept strings for encryption.
John Wright
engine. I need to know how to write the xml for a dataset into a string
variable so I can pass the string into the encryption engine. I don't want
to persist the data on disk, I want to be able to do this in memory so I can
discard the string variable when I am done. The engine in use here will only
accept strings for encryption.
John Wright