All Enum items to string (C#) September 5, 2023 by Tarik string s = string.Join(",",Enum.GetNames(typeof(LogicOperands)));