PfsHelperPfsReadString Method  | 
 
            Return a string value of the pfsNode (parameter) passed as argument. 
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static string PfsReadString(
	IntPtr pfsNode
)
Public Shared Function PfsReadString ( 
	pfsNode As IntPtr
) As String
public:
static String^ PfsReadString(
	IntPtr pfsNode
)
static member PfsReadString : 
        pfsNode : IntPtr -> string 
Parameters
- pfsNode
 - Type: SystemIntPtr
A pfsNode pointer 
Return Value
Type: 
String
See Also