EnumConverter Class

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.0.0)
Syntax

public static class EnumConverter

The EnumConverter type exposes the following members.

Methods

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

Reference