D
Daniel
I'm trying to serialize a DateTime [] into a Byte []. Buffer.BlockCopy
doesn-t work because DateTime is not a primitive type.
Is there a way to cast from DateTime [] to Byte [] in the "safe" world?
doesn-t work because DateTime is not a primitive type.
Is there a way to cast from DateTime [] to Byte [] in the "safe" world?