Click or drag to resize

EAPUtilHelpString Method

Get the HelpString attribute for an enum item.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string HelpString(
	Type enumType,
	string name
)

Parameters

enumType
Type: SystemType
The enumeration type.
name
Type: SystemString
The name of the item in the enumeration.

Return Value

Type: String
The value of the HelpString attribute for the enum item.
See Also