Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Puzz1
//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) { string str = "L3J1TGU1MA=="; var def = System.Text.Encoding.Default; string s = def.GetString(Convert.FromBase64String(str)); Console.WriteLine(s); } } }
run
|
edit
|
history
|
help
0
Singly-linked IList<T> in C#
How to find the first index of a sub-string in a given string
EvenOdd
Collections
Dynamic
factorial ncr + unique list
Full text search using Linqdb
changeMe
Interface constraints in generics
Prime no for specified max no by user(Using While Loop)