Which is better and why in VB.Net? Index = Instr(MyString, SearchString) - 1 or. Index = MyString.ToUpper.IndexOf(SearchString.ToUpper).
確定! 回上一頁