|
1
4
http://bytes.com/groups/net-vb/369711-defined-fixed-length-string-structure |
|
2
1
您可以使用VB6兼容程序 FixedLengthString 类,但编写自己的。 FileHelpers 它使用属性 annotate and parse fixed length records .
|
|
|
3
0
|
|
|
4
-2
作为回答,您应该能够使用正确大小的字符数组,而无需封送。 此外,.net中的类和结构之间的差异很小。结构不能为null,而类可以为null。否则,它们的用途和功能几乎完全相同。
|