Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c->a
//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) { //Your code goes here String email = "abc@def.com"; char[] email_chars = email.ToCharArray(); foreach(char c in email_chars){ int ascii = Convert.ToInt32(c); Console.WriteLine("Char: " + c + "Ascii value: " + ascii); } } } }
run
|
edit
|
history
|
help
0
see all nodes in given ldap node
Fórum ➡ Using Regex to insert "item" tags into the unique "list" tag of an XML data ♦
my
prettier Tasty
Testing bitwise stuff
The modifier 'private' is not valid for this item
towers of hanoi
project euler 10, C#
The abstract factory design pattern implemented in c# using generics.
Date Time Conversion based on time zone