Click or drag to resize
IdmAttributeToIntegers Method
Convert the Values (strings) of an multi-valued attribute to integers, if the attribute is defined as integer in Identity Manager

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public List<int> ToIntegers()

Return Value

Type: ListInt32
List of integer values of the attribute or null if the attribute is "not present" in the Identity Manager resource
See Also