Unescape a list of strings.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public static IList<string> UnescapePaths( IList<string> Paths ) |
Visual Basic |
---|
Public Shared Function UnescapePaths ( _ Paths As IList(Of String) _ ) As IList(Of String) |
Visual C++ |
---|
public: static IList<String^>^ UnescapePaths( IList<String^>^ Paths ) |
Parameters
- Paths
- Type: System.Collections.Generic..::..IList<(Of <(<'String>)>)>