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.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<int> ToInteger()
Public Function ToInteger As Nullable(Of Integer)
public:
Nullable<int> ToInteger()
member ToInteger : unit -> Nullable<int>
Return Value
Type:
NullableInt32
Single (or first) integer value of the attribute or null if there are no values for the attribute
See Also