Split a single line from a view specification into left and right parts
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public static string[] SplitViewLine( string line ) |
Visual Basic |
---|
Public Shared Function SplitViewLine ( _ line As String _ ) As String() |
Visual C++ |
---|
public: static array<String^>^ SplitViewLine( String^ line ) |
Parameters
- line
- Type: System..::..String
Return Value
Remarks
Handles case where the left and/or the right string are enclosed
in quotes because they contain spaces. I.e "C:\my code\project 1\..."