PfsHelperPfsIsBool Method  | 
 
            Indicates if the pfsNode passed as argument refers to a string value. 
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static bool PfsIsBool(
	IntPtr pfsNode
)
Public Shared Function PfsIsBool ( 
	pfsNode As IntPtr
) As Boolean
public:
static bool PfsIsBool(
	IntPtr pfsNode
)
static member PfsIsBool : 
        pfsNode : IntPtr -> bool 
Parameters
- pfsNode
 - Type: SystemIntPtr
A pfsNode pointer 
Return Value
Type: 
Boolean
See Also