Unescape an array of strings.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2016.2.147.9832 (2016.2.147.9832)

Syntax

C#
public static string[] UnescapePaths(
	string[] Paths
)
Visual Basic
Public Shared Function UnescapePaths ( _
	Paths As String() _
) As String()
Visual C++
public:
static array<String^>^ UnescapePaths(
	array<String^>^ Paths
)

Parameters

Paths
Type: array<System..::..String>[]()[][]
Paths to unescape

See Also