Enum

Class Name Description
Enum.Equals Returns true if two Enums are equal.
Enum.NotEquals Returns true if the two Enums are not equal.
Enum.ToInt Convert Enum to int.
Enum.ToString Returns a formatted string of Enums.
Enum.TryParse Returns an Enum converted from a string. It also returns whether the conversion was successful.