Efficient formatter for enums.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public static class EnumFormatterMethods
| Name | Description |
|---|---|
| GetString<T>(T) | Returns the string value of the given enum value. |
Efficient formatter for enums.
public static class EnumFormatter| Name | Description |
|---|---|
| GetString<T>(T) | Returns the string value of the given enum value. |