Which are the equivalent of the following operators from VB.Net to C#?
The space function is missing from everyone else's list:
Space(16) -> new String(" ", 16)