Exemple #1
0
 public static string Trim(string sourceStr, string trimStr)
 {
     return(StringHelper.Trim(sourceStr, trimStr, true));
 }