Microsoft Identity Integration Server 2003 Developer Reference

ValueCollection.ToStringArray

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

Parameters

This method has no parameters.

Return Values

Returns an array of String values that contain the contents of the ValueCollection. Each member of this array contains the string 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

ValueCollection