C# Enum [Step By Step Tutorial to use C# Enum] - How to use an Enum in C#

preview_player
Показать описание
This is Step By Step Tutorial explaining the Usage of C# Enum. This video shows you the below methods.

1. Conversion of C# Enum to String
2. Conversion of C# Enum to Int (Integer)
3. Conversion of Int (Integer) to C# Enum
4. Conversion of String to C# Enum
5. Conversion of C# Enum to List

This video is a part of C# Tutorial/CSharp Tutorial
The sample project showing in this video is developed in Visual Studio 2019 using (C#/C Sharp Language) from Microsoft.

#CSharpTutorial #DotNetTutorial #VisualStudio #CodingDroplets
Рекомендации по теме
Комментарии
Автор

Hi sir, please how can i access the "Enum.GetNames()" method. I have tried several times but i get a message that
Error CS0234 The type or namespace name 'GetNames' does not exist in the namespace 'Enum' (are you missing an assembly Programming\Learning Kindly assist.

clintonboamah