1: 2: 3: 4:
int. FieldLength = 20; koord s = „123456789“; koord formaat = „{0, -“ + FieldLength + „}“; Console.WriteLine (String.Format (formaat, s));