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