convert securestring to string uipath code example
Example: uipath secure string to string
// this will convert a secure string to a string
String plainStr = new System.Net.NetworkCredential(string.Empty, secureStr).Password
// this will convert a secure string to a string
String plainStr = new System.Net.NetworkCredential(string.Empty, secureStr).Password