StringList Conversion (String to StringList)
|
Cast a string array to a string list
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic static implicit operator StringList (
string[] l
)
Public Shared Widening Operator CType (
l As String()
) As StringList
static implicit operator StringList^ (
array<String^>^ l
)
F# does not support the declaration of new casting operators.
Parameters
- l
- Type: SystemString
The list to cast
Return Value
Type:
StringListNew StringList representing the results of the cast
See Also