Skip to content

String Representation of an Enum #575

Description

@jaredbroad

Environment

  • Pythonnet version: All
  • Python version: 2.7
  • Operating System: Mono

Details

  • Print string name of an enum from python.
   // in C#
   enum NamePrinting {
       Test,
       Name
   }

   // in python:
   self.A = "A" + str(NamePrinting.Test)
   print A
   // A1 not "ATest" like in C#.

Is it possible to get the text string name instead of the integer?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions