Is there a C# equivalent to the @ sign used in the VB6 format function?
VB6 (@ Character placeholder)
Display a character or a space. If the string has a character in the position where the @ appears in the format string, display it; otherwise, display a space in that position. Placeholders are filled from right to left unless there is an ! character in the format string.