Class StringOrArrayExtensions
Inheritance
StringOrArrayExtensions
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
Returns
Type Parameters
|
Edit this page
View Source
IsNullOrEmpty<T>(StringOrArray<T>)
Declaration
public static bool IsNullOrEmpty<T>(this StringOrArray<T> stringOrArray)
Parameters
Returns
Type Parameters