Created
August 12, 2021 09:56
-
-
Save moenk/da2248d42ec47dab91113f1dddd7079f to your computer and use it in GitHub Desktop.
UiPath VB .net convert string array to double array
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
array_double_values = Array.ConvertAll(array_string_values, Function(input As String) Double.Parse(input)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment