Click or drag to resize
IdmAttributeToBool Method
Convert the Value (string) of an attribute to boolean, if the attribute is defined as a boolean in Identity Manager

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Nullable<bool> ToBool()

Return Value

Type: NullableBoolean
Boolean value of the attribute or null if the attribute is "not present" in the Identity Manager resource (and booleans may not be multi-valued attributes in Identity Manager)
See Also