UI Path Basic Hint/Tips:
Written by Manickavasan K [ RPA Developer ]

UI Path Basic Hint/Tips:

BasicTips:

To get current Date and Time based on local computer use this expression:
DateTime.Now.ToString("dd/mm/yyyy")
        
To get some standard time like singapore/european time use this expression:
TimeZoneInfo.ConvertTimeBySystemTimeZoneId(currentTime, TimeZoneInfo.Local.Id, "Eastern Standard Time").ToString("dd/mm/yyyy")        
To get input inside the folder use this expression:
Directory.GetFiles(Folderpath here..)        
To enter print the text in next line use this expression:
Environment.newLine        
Convertion of variable use this expression:
Convert.ToInt32(Value of String)
CInt(Value of string)        
Trim the string use this expression:
(String as value).Trim        


Thanks....

要查看或添加评论,请登录

MANICKA VASAN的更多文章

  • Social Media Web application

    Social Media Web application

    Source Code: Using Bootstrap 5.0 - Sample social media webapplication Front end design .

社区洞察

其他会员也浏览了