Table of Contents

Class SA

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

String array wrapper class.

public class SA
Inheritance
SA
Extension Methods

Constructors

SA()

Initializes a new instance of the SA class.

SA(string[])

Initializes a new instance of the SA class using the specified string array.

Fields

Sa

The wrapped string array.

Methods

IndexOf(string)

Searches for the specified string and returns the index of its first occurrence in the string array.

IndexOf(string, StringComparison)

Searches for the specified string and returns the index of its first occurrence in the string array.

ToArray()

Converts this object to a string array.

ToArray(Array)

Returns Sa or an empty array if Sa is null.

ToInteropArray(SA)

Converts the array to an array that can be marshaled for COM interop

ToInteropArray(string[])

Converts the specified array to an array that can be marshaled for COM Interop.

ToString()

Returns a string that represents the current object.