[This is preliminary documentation and is subject to change.]
Escape a string.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public static string EscapePath( string p ) |
Visual Basic |
---|
Public Shared Function EscapePath ( _ p As String _ ) As String |
Visual C++ |
---|
public: static String^ EscapePath( String^ p ) |
Parameters
- p
- Type: System..::..String