I study C #, I read someone else's code and the question arises, what do {0} denote by such a symbol, is it an element of an array? Here is the whole piece
string uri = string.Format(@"http://{0}/IntegrationServices/WorkWithLoadResource/ShippingLoad", ServerName);