String 1줄씩 읽기

VNote 2021.02.27 10:02:03 *:

 

 Dim Location As String

.........

Dim stringReader As New StringReader(Location .ToString)

        For x As Integer = 0 To imageLocation.Length

            MsgBox(stringReader.ReadLine)

        Next