Listing, casting, and parsing enumerations in C#
Channel:
Subscribers:
5,420
Published on ● Video Link: https://www.youtube.com/watch?v=PBynLyKr5HA
Listing into a listbox, parsing using try parse and casting from an integer. Dont forget to use the IsDefined Enum Method to check to see if the enum has been defined.
Other Videos By Brian (Able Opus)
2012-03-25 | Defining your own eventArg type and defining an appropriate delegate type in C# |
2012-03-24 | Send data from second form back to mainform in C# |
2012-03-19 | Property Grid and Attributes in C# |
2012-03-18 | My "ResizeNode" control (C#) |
2012-03-18 | My Mouse Tracker Class (C#) |
2012-03-18 | Digital Clock Screensaver refined (C# app) |
2012-03-15 | Ma Cat is cute |
2012-03-12 | A Draggable Control in C# |
2012-03-11 | Using Visual Studios built in webbrowser |
2012-03-11 | Implementing the IDisposable interface in C# classes |
2012-03-11 | Listing, casting, and parsing enumerations in C# |
2012-03-11 | Rename A File in C# |
2012-03-04 | Windows Forms Timers (C# .NET) |
2012-03-04 | Notepad Enhanced Updates (C# .NET APP) |
2012-03-04 | Lists Collection Type (C# .NET) |
2012-03-04 | using for disposing resources (C# .NET) |
2012-03-04 | Check to see if a file exists (C# .NET) |
2012-03-04 | Extension Methods (C# .NET) |
2012-03-04 | The making of "GetContainingDirectory()" (Vid2) |
2012-03-04 | Add a Row to a DataGridView (C# .NET) |
2012-03-04 | Writing efficient csharp code (C# .NET) |
Tags:
C#
csharp
enum
enumerated
listing
enumeration
type