Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created October 6, 2018 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save PrateekKumarSingh/72da0dce8997679757edc8a835a93efb to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/72da0dce8997679757edc8a835a93efb to your computer and use it in GitHub Desktop.
# encoding the URL
[System.Web.HTTPUtility]::UrlEncode("https://RidiCurious.com")
# decoding the URL
[System.Web.HTTPUtility]::UrlDecode("https%3a%2f%2fRidiCurious.com")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment