How can I write double data into file by C#?# Programming - 葵花宝典
w*h
1 楼
I read the book The complete reference C#.
But it doesn't introduce how to write double data into a file.
It only uses WriteByte(byte val), and Write(byte[] buf, int offset, int
jnumBytes)
but those are byte data, not double.
So how can I write double data into a file?
Thanks
But it doesn't introduce how to write double data into a file.
It only uses WriteByte(byte val), and Write(byte[] buf, int offset, int
jnumBytes)
but those are byte data, not double.
So how can I write double data into a file?
Thanks