Skip to content

String Representation of an Enum #575

Closed
@jaredbroad

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?

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