Click or drag to resize

EnumValueParseT Method (Int32)

Parse an enum in an EnumValue object

Namespace:  Aruba.Cloud.Common.Entities
Assembly:  Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static EnumValue Parse<T>(
	int id
)
where T : struct, new()

Parameters

id
Type: SystemInt32
The id of enum to be parsed

Type Parameters

T
The enum to be parsed

Return Value

Type: EnumValue
See Also