Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

String Representation of an Enum #575

Copy link
Copy link
@jaredbroad

Description

@jaredbroad
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.