ArchiveInfoTypeExtensions.ToDescription Method
Definition
Gets the human-readable description of the specified ArchiveInfoType.
public static string ToDescription(this ArchiveInfoType type);
Parameters
| Name | Type | Description |
|---|---|---|
| type | ArchiveInfoType | The archive info type. |
Returns
The description from the DescriptionAttribute, or the enum name if no attribute is present.