.net - VB.NET String.Split Method? - Stack Overflow

.net - VB.NET String.Split Method? - Stack Overflow

瀏覽:1271
日期:2025-07-03
I'm having some issues using the String.Split method, Example here: Dim tstString As String = "something here -:- urlhere" Dim newtstString = tstString.Split(" -:- ") MessageBox.Show(newtstString(... ... This is what you need to do, to prevent the string ...看更多