Skip to content

Instantly share code, notes, and snippets.

@moenk
Created August 2, 2023 08:04
Show Gist options
  • Save moenk/1ed37e9feef35fb8816549848f3b1eb9 to your computer and use it in GitHub Desktop.
Save moenk/1ed37e9feef35fb8816549848f3b1eb9 to your computer and use it in GitHub Desktop.
UiPath VB .net split string to array of lines
arrDetails = strDetails.Split(Environment.NewLine.ToCharArray)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment