NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrayConverter Class

Provides a type converter to convert Array objects to and from various other representations.

Object
   TypeConverter
      CollectionConverter
         ArrayConverter

[Visual Basic]
Public Class ArrayConverter
   Inherits CollectionConverter
[C#]
public class ArrayConverter : CollectionConverter
[C++]
public __gc class ArrayConverter : public CollectionConverter
[JScript]
public class ArrayConverter extends CollectionConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace