Class SA
String array wrapper class.
public class SA
- Inheritance
-
SA
- Extension Methods
Constructors
- 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.
- 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.