Relative Content

Tag Archive for c#enumscastingint

Get int value from enum in C#

I have a class called Questions (plural). In this class there is an enum called Question (singular) which looks like this.