I am familiar with declaring string variables and such. However I've got this one problem, and it comes down to the need for an exactly equivalent C# statement to this:

VB Code:
  1. Dim sString As String * 30

I'm not too sure what it does, but it's what I need to do. I've already tried creating a string, length of 30, containing white space but what I think it wants is a string, length 30, containing nothing at all, not even white spaces.