In this video we will see how we can convert a Credential or Secure Text to Plain Text in UiPath and we will be also converting Plain text to Secure text in this video.
Convert Secure Text to Plain Text : new System.Net.NetworkCredentials(string.empty, "stringPasswor").Password
Convert Plain Text to Secure Text : new System.Net.NetworkCredential(string.empty, "securePassword").SecurePassword
#UiPath #codehunters #ConvertSecureTextToString #uiPathTutorial