PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersEnum­FormatterGet­String
Open sandboxFocus

EnumFormatter.GetString Method

GetString<T>(T)

Returns the string value of the given enum value.

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