Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
utf-8 string to bytes and back
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Text; namespace Rextester { public class Program { public static void Main(string[] args) { var test = "aęėč"; var bytes = Encoding.UTF8.GetBytes(test); Console.WriteLine(bytes.Length); Console.WriteLine(Encoding.UTF8.GetString(bytes)); } } }
run
|
edit
|
history
|
help
0
Find the integers which squares sum gives the prime numbers of the form (4k + 1).
WhereEnumerator
matrix function
C# queue
merge sort
eze
String to keycode and switch check
asdxsaszxasdf
Planet-D ver. 0.5
PassByValue vs PassByRerefence