Created
August 2, 2023 08:04
-
-
Save moenk/1ed37e9feef35fb8816549848f3b1eb9 to your computer and use it in GitHub Desktop.
UiPath VB .net split string to array of lines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arrDetails = strDetails.Split(Environment.NewLine.ToCharArray) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment