TryGetEnumInt

public bool TryGetEnumInt(out int value) ;

Get the value of the Enum type.

Parameter Name Description
value The value you get.

Return true if the value can be obtained.