Click or drag to resize

StringListIsNullOrEmpy Method

Test to see if the StringList is null or empty (has no elements)

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static bool IsNullOrEmpy(
	StringList s
)

Parameters

s
Type: Perforce.P4StringList

Return Value

Type: Boolean
See Also