PFFieldGetValueObject Method |
Converts a raw object to a specific type handled by a specific type of PFField.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public virtual Object GetValueObject(
Object value
)
Parameters
- value
- Type: SystemObject
Raw value.
Return Value
Type:
ObjectReturns an object implementing IPFFieldValue or a base object (string, int, date, etc).
See Also