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 |
|---|---|
| string |
Type Parameters
| Name | Description |
|---|---|
| T |
Returns the string value of the given enum value.
public static string GetString<T>(T value)| Type | Name | Description |
|---|---|---|
| T | value |
| Type | Description |
|---|---|
| string |
| Name | Description |
|---|---|
| T |