Enum
Enum()
CompareTo(Object)
Equals(Object)
Format(Type, Object, String)
GetHashCode()
GetName(Type, Object)
GetName<TEnum>(TEnum)
GetNames(Type)
GetNames<TEnum>()
GetTypeCode()
GetUnderlyingType(Type)
GetValues(Type)
GetValues<TEnum>()
GetValuesAsUnderlyingType(Type)
GetValuesAsUnderlyingType<TEnum>()
HasFlag(Enum)
IsDefined(Type, Object)
IsDefined<TEnum>(TEnum)
Parse(Type, String)
Parse(Type, String, Boolean)
Parse<TEnum>(ReadOnlySpan<Char>)
Parse<TEnum>(String)
Parse(Type, ReadOnlySpan<Char>)
Parse<TEnum>(ReadOnlySpan<Char>, Boolean)
Parse<TEnum>(String, Boolean)
Parse(Type, ReadOnlySpan<Char>, Boolean)
ToObject(Type, Byte)
ToObject(Type, Int16)
ToObject(Type, Int32)
ToObject(Type, Int64)
ToObject(Type, Object)
ToObject(Type, SByte)
ToObject(Type, UInt16)
ToObject(Type, UInt32)
ToObject(Type, UInt64)
ToString()
ToString(IFormatProvider)
ToString(String)
ToString(String, IFormatProvider)
TryFormat<TEnum>(TEnum, Span<Char>, Int32, ReadOnlySpan<Char>)
TryParse(Type, String, Object)
TryParse(Type, String, Boolean, Object)
TryParse<TEnum>(ReadOnlySpan<Char>, TEnum)
TryParse<TEnum>(String, TEnum)
TryParse(Type, ReadOnlySpan<Char>, Object)
TryParse<TEnum>(ReadOnlySpan<Char>, Boolean, TEnum)
TryParse<TEnum>(String, Boolean, TEnum)
TryParse(Type, ReadOnlySpan<Char>, Boolean, Object)
net481
namespace System
{
[ComVisible(true)]
public abstract class Enum : ValueType, IComparable, IConvertible, IFormattable
{
[Obsolete("The provider argument is not used. Please use ToString().")]
public string ToString(IFormatProvider provider);
}
}
NetFx Compat Lab | 7.3 %
Reference this API |
---|---|
nuget.org | 0.1 %
Reference this API |
Upgrade Planner | 0.1 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 1.01.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net481 | |
Assembly | mscorlib , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Obsolete | The provider argument is not used. Please use ToString(). |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API