System.FlagsAttribute Class
Information   Base Types   Related Resources

Indicates that an enumeration can be treated as a bit field; that is, a set of flags.

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.Attribute
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (5)Discussions (17)MembersRotorChanges
    Articles

    Page: 1
    C# From a Java Developer's Perspective
    http://www.25hoursaday.com/
    What follows is an overview of similarities and differences between the language features and libraries of the C# and Java programming languages based on my experience using both languages. All code snippets below were tested on Microsoft's .NET Framework Beta 2 for C# snippets and Java™ 2, Standard Edition (J2SE™) version 1.4 Beta 2 for the Java snippets.
    Enumerates
    DotNetJunkies
    In this article, Pierre demonstrates how the class System.Enum can be useful. He also runs through an example of the new functionality applied to enums through the .NET Framework.
    Extolling the Virtues of Enumerated Types
    MSDN
    Most programmers are already familiar with enumerated types. But just to review, an enumerated type defines a set of symbolic names and values. Of course, a programmer can always write a program using 0 to represent red, 1 to represent green, and so on. However, there are at least two reasons why you shouldn't hardcode numbers into their code and should instead use an enumerated type.
    How to use the Int32.Parse method to convert the string representation of a hexadecimal integer to a decimal integer by using Visual C# .NET
    http://www.kbalertz.com/
    (835454) - Describes how to use the Int32.Parse method to convert the string representation of a hexadecimal integer to a decimal integer by using Visual C# .NET. Requires that you install Visual Studio .NET.
    Implementing an ASP.NET Validator - UriValidator
    The Code Project
    An article describing how to implement a custom ASP.NET validator
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com