Search Results for

    Show / Hide Table of Contents

    Class StringOrArrayExtensions

    Inheritance
    object
    StringOrArrayExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking
    Assembly: Glitch9.IO.dll
    Syntax
    public static class StringOrArrayExtensions

    Methods

    | Edit this page View Source

    IsNotNullOrEmpty<T>(StringOrArray<T>)

    Declaration
    public static bool IsNotNullOrEmpty<T>(this StringOrArray<T> stringOrArray)
    Parameters
    Type Name Description
    StringOrArray<T> stringOrArray
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    IsNullOrEmpty<T>(StringOrArray<T>)

    Declaration
    public static bool IsNullOrEmpty<T>(this StringOrArray<T> stringOrArray)
    Parameters
    Type Name Description
    StringOrArray<T> stringOrArray
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation