Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
enum.TryParse
//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; namespace Rextester { public class Program { enum Status {unknown=0,pending,running,stopping,stopped}; public static void Main(string[] args) { Status a; if(!Enum.TryParse("yy", true, out a)) a = Status.unknown; Console.WriteLine(((int)a).ToString()); } } }
run
|
edit
|
history
|
help
0
Linked Lists
Arrange Hex string in a new one as a byte array declaration
Copy_BubbleSort
reverse array
Overloading == operator (for comparing values inside objects)
dfg reter ter ertert
q3 .net
bro
Detaylar
Test Random