Indicate if the value is in the list
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function IsInList ( _ list As String(), _ value As String _ ) As Boolean |
| C# |
|---|
public static bool IsInList( string[] list, string value ) |