vb6 migration - How to declare a fixed-length string in VB.NET? - Stack Overflow
How do i Declare a string like this: Dim strBuff As String * 256 in VB.NET? ... This hasn't been fully tested, but here's a class to solve this problem: ''' ''' Represents a with a minimum ''' and maximum length. ''' Public ......