microsoft / kiota-dotnet

Abstractions library for the Kiota generated SDKs in dotnet
https://aka.ms/kiota/docs
MIT License
32 stars 29 forks source link

Create Enum helper for parsing enums #258

Closed MartinM85 closed 2 months ago

MartinM85 commented 2 months ago

The helper methods should be able to convert the string representation of the name, the numeric value or the value from EnumMember attribute to an equivalent enumerated object.