About DataType Convert in CF2003

  • Thread starter Thread starter steel
  • Start date Start date
S

steel

I need Convert a Double Array to a Byte Array for storing it to
Database.
Does anyone can give me a useful cue?
thanks a lot in advance.
 
thanks for your reply, and how can I Convert the byte array back to
Double array?
thanks again.
 
thanks a lot for your help.
I have just checked it, only to find that the BitConterter.GetBytes can
not support the Array, It can only support the basic type.
 
foreach(double d in myArray) { ... }


steel said:
thanks a lot for your help.
I have just checked it, only to find that the BitConterter.GetBytes can
not support the Array, It can only support the basic type.
 
Back
Top