For the majority of Enum’s simply cast to the base type which is int32.
int value = (int)System.Net.HttpStatusCode.Forbidden;
For the majority of Enum’s simply cast to the base type which is int32.
int value = (int)System.Net.HttpStatusCode.Forbidden;