Microsoft Identity Integration Server 2003 Developer Reference

ValueCollection.ToIntegerArray

The ToIntegerArray method converts the ValueCollection into an array of integers.
[C#]
public Int64[] ToIntegerArray();
[Visual Basic .NET]
Public Function ToIntegerArray() As Int64[]

Parameters

This method has no parameters.

Return Values

Returns an array of Int64 values that contain the contents of the ValueCollection. Each member of this array contains the integer representation of each element of the ValueCollection.

Exceptions

Exception type Condition
InvalidOperationException One or more of the values in the collection cannot be converted to the specified data type.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

Value.ToInteger, ValueCollection