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