How to convert secure string to string in uipath

HI @shankar.arekonda.external

Checkout this expression

new System.Net.NetworkCredential(string.Empty, secureStr).Password

Checkout this thread

Regards
Sudharsan