Create your first automation in just a few minutes.Try Studio Web →
by Internal Labs
2
Snippet
112
Hello, how do you convert a string into an array? Thank you for your information
Hi, You can convert string in to array using .ToCharArray or .ToArray method with the variable.
For ex: String value="UiPath"
char[]=value.toCharArray
For more info: https://www.dotnetperls.com/tochararray#:~:text=Call%20the%20ToCharArray%20method%20to,returns%20a%20new%20char%20array.
Hope this helps.
Technical
Version
1.0.0Updated
August 3, 2020Works with
Studio: 21.10 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources