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

Parameters

Enum
Type: TEnum
The enumartion.
Instance
Type: OnlineSystem String 
Contains the tag, if the enumartion could be matched to a tag, otherwise False.
Ex (Optional)
Type: OnlineSystem Exception 
Optional. Contains the error message if one occured, otherwise Nothing.

Return Value

Type: OnlineBoolean
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