Conversion functions for enumeration type conversions.
Inheritance Hierarchy
Scanjour.Workflow4.BaseEnumConverter
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The EnumConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
ToTextTEnumType | Obsolete.
Convert an enumeration value to string by use of the built-in ToString() function.
| |
ToValueTEnumType | Obsolete.
Convert a string to an enumeration value, ignoring casing.
|
See Also