Exemple #1
0
 public static string[] SplitString(string sourceStr)
 {
     return(StringHelper.SplitString(sourceStr, ","));
 }