示例#1
0
 public string GetLastName()
 {
     return(CustomerName.Substring(CustomerName.LastIndexOf(" ") + 1));
 }