NuGardt SoftwareEnumBuffer TEnum, TAttribute  GetEnum Method (String, TEnum , 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 bool GetEnum(
	string Tag,
	ref TEnum Instance,
	ref Exception Ex = null
)

Parameters

Tag
Type: OnlineSystem String
The tag.
Instance
Type: TEnum 
Contains the Enumeration, if the tag could be matched to an enumeration, otherwise Nothing.
Ex (Optional)
Type: OnlineSystem Exception 
Optional. Contains the error message if one occured, otherwise Nothing.

Return Value

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

See Also