For example System.Net.HttpStatusCode Enum , iI would like to get the HTTP Status Codes instead of the HTTP Status Text System.Net.HttpStatusCode.Forbidden System.Net.HttpStatusCode.Forbidden should return 403 instead of "Forbidden".
howHow can iI extract the value?