Note: This API is now obsolete.
Convert an enumeration value to string by use of the built-in ToString() function.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
[ObsoleteAttribute("Please use WorkZone.Utilities.EnumUtilities.ToText<T>(T, bool) instead.", true)] public static string ToText<TEnumType>( TEnumType value, bool forceUppercase = false )
Parameters
- value
- Type: TEnumType
The enumeration value to convert - forceUppercase (Optional)
- Type: SystemBoolean
If true, convert the result to uppercase
Type Parameters
- TEnumType
- The enumeration type of the parameter value
Return Value
Type: StringThe corresponding string representation
See Also