String question Javascript to C# (easy)

I am unsure on how to convert this myself as do not use strings often.

var level : String;

Javascript ^^

I tried

public String level;

C# ^^

But no luck.. What am I missing I took a quick glance at the reference but didn't find something similar in C#.

Look for MONO or C# at Microsofts website, then you will have all your answers regarding language problems.

I believe string is with small-caps

  public string level;

http://msdn.microsoft.com/en-us/library/362314fe(v=vs.71).aspx