How to convert InDia into iNdIA

how to convert InDia into iNdIA

There is no SwapCase method in UiPath, but you can use this is expression as workaround (for UiPath projects with VB language):

new String("InDia".Select(function(x) if(char.IsUpper(x),char.ToLower(x),char.ToUpper(x))).ToArray)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.