Click or drag to resize

PFFieldGetGenericDisplayText 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
C#
public virtual string GetGenericDisplayText(
	Object value
)

Parameters

value
Type: SystemObject
A value obtained from this field.

Return Value

Type: String
String
See Also