g'day folks
i want to convert a bit of vb.net code to c#, but there is one bit thats bugging me
VB Code:
Private retData As String = Space$(128)
the above if i understand right will make a string with a 128 space buffer kinda thing
I looked in the msdn files and i cant work out what the equiv in c# would be (btw dunno if it helps but im working with the win32 api here)
im also using .net 2.0
any ideas?
