2014/08/28

How to convert string to enum in C# ?

order.Status = (OrderStatus) Enum.Parse(typeof(OrderStatus), "paid");
view raw gistfile1.cs hosted with ❤ by GitHub

No comments:

Post a Comment