字符串,该如何解决
字符串
Dim str As String * 256
以上是6.0中的一促变量定义,请部在.net中如何做到
------解决方案--------------------
Dim c As Char
Dim count As Integer
Dim instance As New String(c, count)
Dim str As String * 256
以上是6.0中的一促变量定义,请部在.net中如何做到
------解决方案--------------------
Dim c As Char
Dim count As Integer
Dim instance As New String(c, count)