Utils Class

Does Uipath have a utils function? When i develop java program, i dev lots of uitls such as DateUtils, StringUtils ? How about UIPATH ? Thanks

DateUtils and StringUtils are just classes with methods that you use. Of course, in UiPath, you can use all the classes and structures available in the .NET Framework. The programming language that one can use in UiPath in VB.NET. For the classes you mentioned, the equivalent you could use in UiPath is DateTime(for DateUtils): DateTime Structure (System) | Microsoft Learn and String(for StringUtils) : String Class (System) | Microsoft Learn

1 Like