Intersoft WebInput Documentation
ToArray Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > NGroupCollection Class : ToArray Method






Glossary Item Box

Converts current collection NGroup Group value to array of NGroup Group value.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Converts current collection NGroup Group value to array of NGroup Group value.")>
Public Overridable Function ToArray() As System.Integer()
Visual Basic (Usage)Copy Code
Dim instance As NGroupCollection
Dim value() As System.Integer
 
value = instance.ToArray()
C# 
[System.ComponentModel.DescriptionAttribute("Converts current collection NGroup Group value to array of NGroup Group value.")]
public virtual System.int[] ToArray()
Delphi 
public function ToArray(): System.array of Integer; virtual; 
JScript 
System.ComponentModel.DescriptionAttribute("Converts current collection NGroup Group value to array of NGroup Group value.")
public function ToArray() : System.int[];
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Converts current collection NGroup Group value to array of NGroup Group value.")]
public: virtual System.int[]* ToArray(); 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Converts current collection NGroup Group value to array of NGroup Group value.")]
public:
virtual System.array<int>^ ToArray(); 

Return Value

An array of Int that contains group values.

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.