Click or drag to resize

PfsHelperPfsReadParamT Method (IntPtr, T)

Return T typed value from the given pointer to parameter

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static T PfsReadParam<T>(
	IntPtr pfsParam,
	T defVal
)

Parameters

pfsParam
Type: SystemIntPtr
pointer to parameter
defVal
Type: T
If pointer to parameter is Zero, defVal will be returned. devVal is also usually to define T

Type Parameters

T
T can be bool, int, uint, float, double, string, DateTime, Guid, and Color

Return Value

Type: T
See Also