Converts a string to an enum value. *
The corresponding enum value, or undefined if no match is found.
The string literal type of the enum values.
The type of the enum object.
The string to convert.
The enum type.
Generated using TypeDoc
Converts a string to an enum value. *
Returns
The corresponding enum value, or undefined if no match is found.