NuGardt SoftwareEnumBuffer TEnum, TAttribute  GetEnum Method (String, Exception )NuGardt
Returns the tag for an enumeration.

Namespace: NuGardt.SC2Ranks.Helper
Assembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public TEnum GetEnum(
	string Tag,
	ref Exception Ex = null
)

Parameters

Tag
Type: OnlineSystem String
The tag.
Ex (Optional)
Type: OnlineSystem Exception 
Optional. Contains the error message if one occured, otherwise Nothing.

Return Value

Type: TEnum
Returns True, if the tag was matched to an enumeration, otherwise False.
Remarks

See Also