コード例 #1
0
 public static int IndexOf(string s, int order)
 {
     return(StringHelper.IndexOf(s, '-', order));
 }