作者slasher (you got me)
看板Visual_Basic
标题[VB6 ] test As String * 2
时间Tue Aug 8 17:34:50 2006
Private Type TaxHeader
test As String * 2
End Type
用.net的升级程式变成
Private Structure TaxHeader
<VBFixedString(7),System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.ByValTStr,SizeConst:=7)>Public test As String
End Structure
前面好长一串啊
.net里有其他的写法吗
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.66.84.2
※ 编辑: slasher 来自: 203.66.84.2 (08/08 17:35)
※ 编辑: slasher 来自: 203.66.84.2 (08/08 17:35)
※ 编辑: slasher 来自: 203.66.84.2 (08/08 17:35)
1F:推 fumizuki:就不要*2 就可以了吧...(固定长度我不知道.net怎麽写 囧 08/11 19:46