IdmAttributeToBool Method |
Convert the Value (string) of an attribute to boolean, if the attribute is defined as a boolean
in Identity Manager
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<bool> ToBool()
Public Function ToBool As Nullable(Of Boolean)
public:
Nullable<bool> ToBool()
member ToBool : unit -> Nullable<bool>
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