csharp sprintf equivalent

Code Example - csharp sprintf equivalent

                
                        string strFormattedDate  = string.Format("{0}{1}{2}", Month, Day, Year);