Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# string enum

public static class Status
{
    public const string Awesome = "Awesome";
    public const string Cool = "Cool";
}
//Not an enum but has a similar effect without needing to convert ints
Source by volaresystems.com #
 
PREVIOUS NEXT
Tagged: #string #enum
ADD COMMENT
Topic
Name
3+1 =