Quantcast
Channel: Chris Pietschmann
Viewing all articles
Browse latest Browse all 182

How to Cast an Int to an Enum in C#

$
0
0

Casting an integer to an enum in C# is a common task, especially when dealing with data that might come from a database, user input, or another external source. This article goes through the process, providing a few practical examples.


Viewing all articles
Browse latest Browse all 182

Trending Articles