Click or drag to resize
IdmResourceAttrToBool Method
Convert the named attribute to a Boolean value

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
protected bool AttrToBool(
	string attrName
)

Parameters

attrName
Type: SystemString
Attribute Name

Return Value

Type: Boolean
Boolean value (Nullable)
See Also