Click or drag to resize

PFObjectGetValueInt Method

Gets a value in int format. Will return 0 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)
Syntax
C#
protected int GetValueInt(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Int32
See Also