Returns the tag for an enumeration.
Namespace: NuGardt.SC2Ranks.HelperAssembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- Tag
- Type:
System String
The tag.
- Instance
- Type: TEnum
Contains the Enumeration, if the tag could be matched to an enumeration, otherwise Nothing.
- Ex (Optional)
- Type:
System Exception
Optional. Contains the error message if one occured, otherwise Nothing.
Return Value
Type:Returns True, if the tag was matched to an enumeration, otherwise False.
Remarks
See Also