Error!
Success!

By tag: enumeration

showing:  of
0
kicks

Introduction to System.Enum  (Unpublished)

One problem that VB6 programmers often ran into was that there was no easy way to extract the matching string for a value. This typically led to clumsy conversion code and/or database tables that had to be maintained whenever the Enum changed. However, in .NET, we now have the System.Enum object to ...


Kicked By:
Drop Kicked By:
0
kicks

Checking a value against an Enum (Enum.IsDefined)  (Unpublished)

This will check to see if a value (string or int) is a match for a enum.


Kicked By:
Drop Kicked By: