PFItemDataCollectionGetValueText Method (PFField) |
Gets a value as text, will return String.Empty if the value does not exist or is null.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public string GetValueText(
PFField field
)
Parameters
- field
- Type: Packflow.CorePFField
Field of the wanted value.
Return Value
Type:
StringSee Also