Esempio n. 1
0
 public static int[] ToIntArray(this string s)
 {
     return(TestHelper.GetIntArray(s));
 }