<PackageReference Include="System.Runtime" Version="4.0.20-beta-22231" />

Enum

public abstract class Enum : ValueType, IComparable, IFormattable
protected Enum()

public static string Format(Type enumType, object value, string format)

public static string GetName(Type enumType, object value)

public static string[] GetNames(Type enumType)

public static Type GetUnderlyingType(Type enumType)

public static Array GetValues(Type enumType)

public static bool IsDefined(Type enumType, object value)

public static object Parse(Type enumType, string value)

public static object Parse(Type enumType, string value, bool ignoreCase)

public static object ToObject(Type enumType, object value)

public static bool TryParse<TEnum>(string value, out TEnum result) where TEnum : struct

public static bool TryParse<TEnum>(string value, bool ignoreCase, out TEnum result) where TEnum : struct

public int CompareTo(object target)

public bool HasFlag(Enum flag)

public string ToString(string format)