How do i Declare a string like this:
Dim strBuff As String * 256
in VB.NET?
Dim a as string a = ... If a.length > theLength then a = Mid(a, 1, theLength) End If