EnumConverter Class

Conversion functions for enumeration type conversions.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static class EnumConverter
Inheritance
Object    EnumConverter

Methods

ToTextTEnumType Convert an enumeration value to string by use of the built-in ToString() function.
Obsolete.
ToValueTEnumType Convert a string to an enumeration value, ignoring casing.
Obsolete.

See Also