George George

George George

  • NA
  • 778
  • 0

string.writeline format

Jul 27 2008 9:58 AM

Hello everyone,


For the following code, what means {0, 3}? I have searched MSDN but can not find the related format description.

[Code]
String.WriteLine ("{0, 3} : {1}", str1, str2);
[/Code]


thanks in advance,
George


Answers (2)