Class EnumExtensions
Inheritance
System.Object
EnumExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class EnumExtensions
Methods
AsString(State)
Declaration
public static string AsString(this State val)
Parameters
Type | Name | Description |
---|---|---|
State | val |
Returns
Type | Description |
---|---|
System.String |
AsString(Enum)
Declaration
public static string AsString(this Enum value)
Parameters
Type | Name | Description |
---|---|---|
System.Enum | value |
Returns
Type | Description |
---|---|
System.String |