kurnakovv / EnumConverter

EnumConverter is a little open source library for converting enums
MIT License
9 stars 3 forks source link

ToAnotherOrDefault #19

Closed kurnakovv closed 1 year ago

kurnakovv commented 1 year ago

Description

Convert enum to another enum or default value of another enum type if not possible.

Method signature

TAnotherEnum ToAnotherOrDefault(this Enum, bool [default = true]) where TAnotherEnum : struct

Goal

Analogy of TryToAnother, but without out parameter and boolean variable