EnumFormatter.GetString<T> Method |
Returns the string value of the given enum value.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static string GetString<T>( T value )
Parameters
- value
- Type: T
Type Parameters
- T