NuGardt SoftwareEnumBuffer TEnum, TAttribute  GetValue Method (TEnum, Exception )NuGardt
Returns the enumeration for a tag.

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 string GetValue(
	TEnum Enum,
	ref Exception Ex = null
)

Parameters

Enum
Type: TEnum
The enumartion.
Ex (Optional)
Type: OnlineSystem Exception 
Optional. Contains the error message if one occured, otherwise Nothing.

Return Value

Type: OnlineString
Return True, if the enumration was matched to a tag, otherwise False.
Remarks

Returns True, if the process complete without errors, otherwiese False.
See Also