Type Summary

						public abstract class Enum : ValueType, IComparable,
                           IFormattable, IConvertible
{
  // Methods
  CF
						public int CompareTo (object target);
  CF
						public override bool Equals (object obj);
  CF
						public static string Format (Type enumType,
                                 object value,
                                 string format);
  CF
						public override int GetHashCode ();
  CF
						public static string GetName (Type enumType,
                                  object value);
  CF
						public static string[] GetNames (Type enumType);
  MS
						public TypeCode GetTypeCode ();
     public static Type GetUnderlyingType (Type enumType);
  CF
						public static Array GetValues (Type enumType);
     public static bool IsDefined (Type enumType,
                                  object value);
  CF
						public static object Parse (Type enumType,
                                string value);
  CF
						public static object Parse (Type enumType,
                                string value,
                                bool ignoreCase); ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.