Enumeration.Parse<T> 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)
Syntaxpublic static T Parse<T>(
int pValue
)
Public Shared Function Parse(Of T) (
pValue As Integer
) As T
Parameters
- pValue
- Type: System.Int32
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