MarketplaceStudioSnippetRemove Non ASCII Chars

Create your first automation in just a few minutes.Try Studio Web

Remove Non ASCII Chars

Remove Non ASCII Chars

by Internal Labs

2

Snippet

Downloads

112

H zf
Posted 5 years ago

Hello, how do you convert a string into an array? Thank you for your information

Priya Dubey
Posted 5 years ago ago

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.

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.0

Updated

August 3, 2020

Works with

Studio: 21.10 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Resources