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

Namespace: NuGardt.API.Helper.JSON
Assembly: NuGardt.API.Helper.Json (in NuGardt.API.Helper.Json.dll) Version: 1.0.0.0 (1.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