 | imbTypeEnumExtensionsconvertToBasicEnumT Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts a Enum type member into another Enum type member with name starting with or being the same as name of the first.
Namespace:
imbSCI.Core.extensions.enumworks
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Remarksinput name should start with name of a member from
Enum
This may be used for same-name Enum to Enum conversion.
ExamplesinputEnum => input
input => input
input != inputEnum
See Also