Click or drag to resize

EnumerationParseT Method (Int32)

Gives a value of enumeration

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static T Parse<T>(
	int pValue
)

Parameters

pValue
Type: SystemInt32
integer value of enumeration

Type Parameters

T
enumeration type

Return Value

Type: T

[Missing <returns> documentation for "M:SOWIData.Helper.Enumeration.Parse``1(System.Int32)"]

Examples
See Also