Opc.Ua.Core
ToStringCollection Method



Opc.Ua Namespace > StringCollection Class : ToStringCollection Method
A collection of strings to add to this collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToStringCollection( _
   ByVal values() As String _
) As StringCollection
'Usage
 
Dim values() As String
Dim value As StringCollection
 
value = StringCollection.ToStringCollection(values)
public static StringCollection ToStringCollection( 
   string[] values
)
public:
static StringCollection^ ToStringCollection( 
   array<String^>^ values
) 

Parameters

values
A collection of strings to add to this collection
Remarks
Converts an array to a collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringCollection Class
StringCollection Members