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
ArithmeticOperations
A.K.C#_EXPERIENCE_1
1
delete_xml_empty_tags
Sample code
jahs
Array Foreach with sum
/Users/svetlanakanevskaa/Downloads/ACDB.sql
Two lines of Random number
StudentSysInput