Answers for "how to cast a string to an enum in c#"

C#
6

string to enum c#

Enum.TryParse("Active", out StatusEnum myStatus);
Posted by: Guest on April-07-2020

Code answers related to "how to cast a string to an enum in c#"

C# Answers by Framework

Browse Popular Code Answers by Language