Returns the enumeration for a tag.
Namespace: NuGardt.SC2Ranks.HelperAssembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
public string GetValue(
TEnum Enum,
ref Exception Ex = null
)
public string GetValue(
TEnum Enum,
ref Exception Ex = null
)
Public Function GetValue (
Enum As TEnum,
Optional ByRef Ex As Exception = Nothing
) As String
Public Function GetValue (
Enum As TEnum,
Optional ByRef Ex As Exception = Nothing
) As String
public:
String^ GetValue(
TEnum Enum,
Exception^% Ex = nullptr
)
public:
String^ GetValue(
TEnum Enum,
Exception^% Ex = nullptr
)
Parameters
- Enum
- Type: TEnum
The enumartion.
- Ex (Optional)
- Type:
System Exception
Optional. Contains the error message if one occured, otherwise Nothing.
Return Value
Type:
String
Return
True, if the enumration was matched to a tag, otherwise
False.
Returns
True, if the process complete without errors, otherwiese
False.