PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersEnum­Formatter<T>Get­String
Open sandboxFocus

EnumFormatter<T>.GetString Method

GetString(T)

Returns the string value of the given enum value.

Declaration
public static string GetString(T value)
Parameters
Type Name Description
T value
Returns
Type Description
System.String