0

Hello I am trying to encode my string using btoa in javascript, following is the example for the same.

LoginPassword.val('chrome');

let password = btoa(String.fromCharCode(LoginPassword.val()));

the output looks like below

AA==

how can I decode the same in C#?

Ibrahim shaikh
  • 235
  • 2
  • 15
  • it was better phrased as how to decode base64 in c#.. anyway the code you shared involves jQuery for what is worth saying. – Diego D Nov 30 '22 at 07:32

0 Answers0