Click or drag to resize
PFSDllWrapperpfsNumericIsIntType Method
Indicates if the pfsNode passed as argument refers to a integer type parameter value.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static bool pfsNumericIsIntType(
	IntPtr node
)

Parameters

node
Type: SystemIntPtr
A pfsNode pointer

Return Value

Type: Boolean
Remarks
The integer value means the string representative in PFS file is e.g. "param = 1" The non-integer value (return false) means the string representative in PFS file is e.g. "param = 1.0"
See Also