Click or drag to resize

EnumConverter Class

Conversion functions for enumeration type conversions.
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.BaseEnumConverter

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static class EnumConverter

The EnumConverter type exposes the following members.

Methods
 NameDescription
Public methodStatic memberToTextTEnumTypeObsolete.
Convert an enumeration value to string by use of the built-in ToString() function.
Public methodStatic memberToValueTEnumTypeObsolete.
Convert a string to an enumeration value, ignoring casing.
Top
See Also