Skip to content

file operations - copy, delete, rename, merge all csv, get all files etc

Notifications You must be signed in to change notification settings

vikasrawat13/UiPath_RPA

Repository files navigation

UiPath

RPA tips & tricks - exercise tutorials

Uipath convert string to Integer

Convert.ToInt16("12") + Convert.ToInt16("13") = 25 cint("12") + cint("13") = 25
Integer.Parse("13") + Integer.Parse("12") = 25

UiPath concatenate 2 or more strings

"A"&"B" = AB "A"+"B" = AB
string.Concat("A","B") = AB

Uipath Logged user name & computer name

Environ("computername") Environ("username")

Date format

now.ToString("dd-MMM-yyyy")

Learn Excel/VBA

http://learn-excelaccessvba.blogspot.com/

About

file operations - copy, delete, rename, merge all csv, get all files etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages