FileSpecToStrings Method (FileSpec)
|
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
Syntaxpublic static string[] ToStrings(
params FileSpec[] list
)
Public Shared Function ToStrings (
ParamArray list As FileSpec()
) As String()
public:
static array<String^>^ ToStrings(
... array<FileSpec^>^ list
)
static member ToStrings :
list : FileSpec[] -> string[]
Parameters
- list
- Type: Perforce.P4FileSpec
Return Value
Type:
String
See Also