Indicate if the value is in the list

Namespace:  Devolutions.Utils
Assembly:  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
)

Parameters

list
Type: array<System..::..String>[]()[][]
value
Type: System..::..String

Return Value

See Also