Exemple #1
0
 public static string SubString(string sourceStr, int length)
 {
     return(StringHelper.SubString(sourceStr, 0, length));
 }