Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Url Encode
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { var testURl = "https://securecode.lisa.mastercard.com/acspage/cap"; var actionUrl = System.Web.HttpUtility.UrlEncode(testURl); Console.WriteLine("Test Url :"+ testURl); Console.WriteLine("HttpUtility.UrlEncode :"+actionUrl); actionUrl = System.Net.WebUtility.UrlEncode(testURl); Console.WriteLine("WebUtility.UrlEncode :"+actionUrl); } } }
run
|
edit
|
history
|
help
0
Sort the chars through LINQ
123
GFV SDXZASX
latest Iequatable
asxsd
Word count in string
12 და 14 მარტს დამუშავებული
Convert string to unicode representation
C# - Date Validation
Permutations of string