문제

The IDE tells me that my syntax is wrong

 Dim uString As String ="SomeString"
 Dim myDelims() As String = New String() {  uSplitBy  })
 Dim sVec() As String = s.Split(myDelims, StringSplitOptions.None)

I don't see where I went wrong. Does anybody see it? Thak you!

도움이 되었습니까?

해결책

You have an unnecessary ) at the end of the second line.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top