StringValues
public struct StringValues : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable, IReadOnlyList<string>, IReadOnlyCollection<string>, IEquatable<StringValues>, IEquatable<string>, IEquatable<string[]>
Represents zero/null, one, or many strings in an efficient way.
Enumerates the string values of a StringValues.
A readonly instance of the StringValues struct whose value is an empty string array.
Gets the number of String elements contained in this StringValues.
Gets the String at the specified index.
Initializes a new instance of the StringValues structure using the specified string.
Initializes a new instance of the StringValues structure using the specified array of strings.
Concatenates two specified instances of StringValues.
Concatenates specified instance of StringValues with specified String.
Concatenates specified instance of String with specified StringValues.
Determines whether two specified StringValues objects have the same values in the same order.
Determines whether the specified String and StringValues objects have the same values.
Determines whether the specified StringValues and String objects have the same values.
Determines whether the specified string array and StringValues objects have the same values.
Determines whether the specified StringValues and string array objects have the same values.
Indicates whether the specified StringValues contains no string values.
Determines whether two specified StringValues have the same values.
Determines whether the specified StringValues and Object, which must be a
StringValues, String, or array of String, have the same value.
Determines whether the specified Object, which must be a
StringValues, String, or array of String, and specified StringValues, have the same value.
Defines an implicit conversion of a given string to a StringValues.
Defines an implicit conversion of a given string array to a StringValues.
Defines an implicit conversion of a given StringValues to a string, with multiple values joined as a comma separated string.
Defines an implicit conversion of a given StringValues to a string array.
Determines whether two specified StringValues have different values.
Determines whether the specified StringValues and String objects have different values.
Determines whether the specified String and StringValues objects have different values.
Determines whether the specified StringValues and string array have different values.
Determines whether the specified string array and StringValues have different values.
Determines whether the specified StringValues and Object, which must be a
StringValues, String, or array of String, have different values.
Determines whether the specified Object and StringValues object have the same values.
Determines whether this instance and another specified StringValues object have the same values.
Determines whether this instance and a specified String, have the same value.
Determines whether this instance and a specified string array have the same values.
Retrieves an object that can iterate through the individual strings in this StringValues.
Creates a string array from the current StringValues object.