Skip to content

Snippet to accomplish simple task in uipath

Notifications You must be signed in to change notification settings

samsonmolou/UiPath-Cheat-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

UiPath Cheat Sheet

Convert DataTable to Array Of String

yourDatatable.AsEnumerable().Select(Function(row) row.Field(Of String)("Text")).ToArray()

Initialize Array Of String

New String() {}

About

Snippet to accomplish simple task in uipath

Resources

Stars

Watchers

Forks