PFObjectGetValueText Method  | 
 
            Gets a value as text.
            Will return String.Empty if the value does not exist or is null.
            
 
    Namespace: 
   Packflow.Core.Poco
    Assembly:
   MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxprotected string GetValueText(
	string name
)
Parameters
- name
 - Type: SystemString
 
Return Value
Type: 
String
See Also