[VB6 ] test As String * 2

看板Visual_Basic作者 (you got me)時間19年前 (2006/08/08 17:32), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
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)

08/11 19:46, , 1F
就不要*2 就可以了吧...(固定長度我不知道.net怎麼寫 囧
08/11 19:46, 1F
文章代碼(AID): #14s5eylW (Visual_Basic)
文章代碼(AID): #14s5eylW (Visual_Basic)