如何使用string.Format

是如何使用string.Format

      string.Format(ApplicationStrings.UnionWords, StoreName, ApplicationStrings.EmployeesView);
         ApplicationStrings.UnionWords 是{0}{1}是顯示方式,StoreName 變數是表示{0}位子 ,  
        ApplicationStrings.EmployeesView表示{1}。

  StoreName ="大安店"
  ApplicationStrings.EmployeesView = "員工列表"

在畫面出現會呈現 大安店員工列表


ErrorWindow.CreateNew(string.Format(System.Globalization.CultureInfo.CurrentUICulture, ErrorResources.ErrorLoginAfterRegistrationFailed, loginOperation.Error.Message));



張貼留言

0 留言