Click or drag to resize

PFDataCollectionGetValueText Method

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
C#
public string GetValueText(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the SQL column or of the PFField.

Return Value

Type: String
See Also