是否在vb.net中使用了instr?
答案 0 :(得分:9)
使用String.IndexOf
http://msdn.microsoft.com/en-us/library/system.string.indexof.aspx
答案 1 :(得分:5)
您可以在字符串上使用 IndexOf 方法,如果您愿意,也可以使用VB InStr 功能,尽管我建议坚持使用.NET特定功能。
我还建议您查看documentation of the String methods,它将帮助您了解使用字符串时框架中可用的功能。您还可以查看documentation for VB-specific string functions。
答案 2 :(得分:3)
没有indexof