Hi,
I want to know how to use enum int without casting.There is work around something like below
public static class Format{ public const int percentage= 1;
public const int text= 2;
public const int number= 3;
}
Is there any impact with using like these and can this be good practice?1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted May 13, 2016, 12:15 AM