Click or drag to resize

StringList  Conversion (String to StringList)

Cast a string array to a string list

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static implicit operator StringList (
	string[] l
)

Parameters

l
Type: SystemString
The list to cast

Return Value

Type: StringList
New StringList representing the results of the cast
See Also