TryGetEnumInt
TryGetEnumInt(out int)
public bool TryGetEnumInt(out int value) ;
Description
Get the value of the Enum type.
Parameters
| Parameter Name | Description | 
|---|---|
| value | The value you get. | 
Returns
Return true if the value can be obtained.
Get the value of the Enum type.
| Parameter Name | Description | 
|---|---|
| value | The value you get. | 
Return true if the value can be obtained.