C# Class BridgeStack.EnumHelpers

Enum extensions.
Datei anzeigen Open project: bevacqua/BridgeStack

Public Methods

Method Description
GetValue ( this member ) : string

Checks for a EnumMemberAttribute decorating the value, and returns the actual string value for the provided member.

Method Details

GetValue() public static method

Checks for a EnumMemberAttribute decorating the value, and returns the actual string value for the provided member.
public static GetValue ( this member ) : string
member this The enum member.
return string