FileSpecToStrings Method (IListFileSpec)
|
Copy the non-null entries into a new string array.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static string[] ToStrings(
IList<FileSpec> list
)
Public Shared Function ToStrings (
list As IList(Of FileSpec)
) As String()
public:
static array<String^>^ ToStrings(
IList<FileSpec^>^ list
)
static member ToStrings :
list : IList<FileSpec> -> string[]
Parameters
- list
- Type: System.Collections.GenericIListFileSpec
Return Value
Type:
StringSee Also