PFFieldChoiceGetGenericDisplayText Method |
Converts a typed value to a display text without HTML.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public override string GetGenericDisplayText(
Object value
)
Parameters
- value
- Type: SystemObject
A value obtained from this field.
Return Value
Type:
StringString
See Also