Y
Yosh
Hi!
I am curious if it's possible to get the actual string name representation
of an Enum type. I want the actual Enum name that represents the number and
place it in a string.
public enum SecurityTypeEnum
{
AppConfig = 1,
NTSecurity = 2
}
I am curious if it's possible to get the actual string name representation
of an Enum type. I want the actual Enum name that represents the number and
place it in a string.
public enum SecurityTypeEnum
{
AppConfig = 1,
NTSecurity = 2
}