Click or drag to resize
IdmAttributeToInteger Method
Convert the Value (string) of an attribute to a integer value if the attribute is defined as such in Identity Manager

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

Return Value

Type: NullableInt32
Single (or first) integer value of the attribute or null if there are no values for the attribute
See Also