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);

thanks in advance,
George