I am trying to split the following into two strings.
\"SERVER1.DOMAIN.COM Running\"
For this I use the code.
Dim Str As Str
Try this
Dim array As String() = strtemp.Split(" ".ToCharArray(), StringSplitOptions.RemoveEmptyEntries)