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