dt_variable.asenumerable.groupby(function(x) x(coulmn A name).tostring).copytodatatable and for descending change group by with other method it should be descending something like that i am not sure
Does anyone know how to parse a secure string to string? I need to send it as string argument to make an API call and use it in the JSON's body. I've tried with this: New System.Net.NetworkCredential(String.Empty,API_KEY).SecurePassword.ToString that works on other activities but this time i need it in string variable and this gave me "System.Security.SecureString"