C# Class Perforce.FileStats.Other

Datei anzeigen Open project: jurney/P4Backup

Public Methods

Method Description
GetIndex ( string line, string action ) : int

Given "... ... otherOpen42 beau.brennen@R-BBRENNEN0372" and "otherOpen", return 42.

Method Details

GetIndex() public static method

Given "... ... otherOpen42 beau.brennen@R-BBRENNEN0372" and "otherOpen", return 42.
public static GetIndex ( string line, string action ) : int
line string The single line of text to strip the index from.
action string The action that prepends the index.
return int